#E07DA9

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

Shades of Kobi #E07DA9

Tints of Kobi #E07DA9

Color information

#E07DA9 (or 0xE07DA9) is unknown color: approx Kobi. HEX triplet: E0, 7D and A9. RGB value is (224,125,169). Sum of RGB (Red+Green+Blue) = 224+125+169=518 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.24% from 518); Green value is 125 (49.22% from 255 or 24.13% from 518); Blue value is 169 (66.41% from 255 or 32.63% from 518); Max value from RGB is 224 - color contains mainly: red. Hex color #E07DA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07DA9 is #1F8256. Grayscale: #9F9F9F. Windows color (decimal): -2064983 or 11107808. OLE color: 11107808.

HSL color Cylindrical-coordinate representation of color #E07DA9: hue angle of 333.33º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E07DA9 is Cyan = 0, Magento = 0.44, Yellow = 0.25 and Black (K on CMYK) = 0.12.

Color convert

RGB224125169-
CMYK00.440.250.12
HSL333.33º61.49%68.43%-
HSV(B)333.33º44.2%87.84%-
XYZ45.2433.3841.59-
YUV159.62133.3173.92-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 43.24%
GREEN value IS 125 (49.22% from 255) = 24.13%
BLUE value IS 169 (66.41% from 255) = 32.63%
R=43.24%
G=24.13%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.25
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22412516900.440.250.12333.3361.4968.43
HexE07DA902C19C14d3d44
Octal340175251054311451575104
Binary1110000011111011010100101011001100111001010011011111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07DA9; }

 p { color: rgb(224,125,169); }

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

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

 a { background-color: rgb(224,125,169); }

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

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

 span { border-color: rgb(224,125,169); }

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