#E67D8D

Color #E67D8D Carissma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carissma #E67D8D

Tints of Carissma #E67D8D

Color information

#E67D8D (or 0xE67D8D) is unknown color: approx Carissma. HEX triplet: E6, 7D and 8D. RGB value is (230,125,141). Sum of RGB (Red+Green+Blue) = 230+125+141=496 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.37% from 496); Green value is 125 (49.22% from 255 or 25.20% from 496); Blue value is 141 (55.47% from 255 or 28.43% from 496); Max value from RGB is 230 - color contains mainly: red. Hex color #E67D8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E67D8D is #198272. Grayscale: #9E9E9E. Windows color (decimal): -1671795 or 9272806. OLE color: 9272806.

HSL color Cylindrical-coordinate representation of color #E67D8D: hue angle of 350.86º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E67D8D is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.10.

Color convert

RGB230125141-
CMYK00.460.390.10
HSL350.86º67.74%69.61%-
HSV(B)350.86º45.65%90.2%-
XYZ44.7733.4129.29-
YUV158.22118.29179.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 230 (90.23% from 255) = 46.37%
GREEN value IS 125 (49.22% from 255) = 25.20%
BLUE value IS 141 (55.47% from 255) = 28.43%
R=46.37%
G=25.20%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.39
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23012514100.460.390.10350.8667.7469.61
HexE67D8D02E27A15f4446
Octal3461752150564712537104106
Binary111001101111101100011010101110100111101010101111110001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E67D8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E67D8D; }

 p { color: rgb(230,125,141); }

 H1.HeaderClassName
 {
   color: #E67D8D;
 }
 .AnyTagClassName
 {
   color: #E67D8D;
 }
</style>
background-color css

<style>
 a { background-color: #E67D8D; }

 a { background-color: rgb(230,125,141); }

 div.DivClassName
 {
   background-color: #E67D8D;
 }
 .BgClassName
 {
   background-color: #E67D8D;
 }
</style>
border-color css

<style>
 span { border-color: #E67D8D; }

 span { border-color: rgb(230,125,141); }

 td.TdClassName
 {
   border-color: #E67D8D;
 }
 .TagClassName
 {
   border-color: #E67D8D;
 }
</style>