Html Css Color HEX #E07DA8 Kobi

📋 copy color: '#E07DA8'

red 224 ◦ green 125 ◦ blue 168

#E07DA8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kobi #E07DA8

Tints of Kobi #E07DA8

RGB

 RED value IS 224 (87.89% from 255) = 43.33%

 GREEN value IS 125 (49.22% from 255) = 24.18%

 BLUE value IS 168 (66.02% from 255) = 32.5%

R = 43.33%
G = 24.18%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.25

 K value IS 0.12

RGB Variations

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

Color information

#E07DA8 (or 0xE07DA8) is known color: Kobi. HEX triplet: E0, 7D and A8. RGB value is (224,125,168). Sum of RGB (Red+Green+Blue) = 224+125+168=517 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.33% from 517); Green value is 125 (49.22% from 255 or 24.18% from 517); Blue value is 168 (66.02% from 255 or 32.50% from 517); Max value from RGB is 224 - color contains mainly: red. Hex color #E07DA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07DA8 is #1F8257. Grayscale: #9F9F9F. Windows color (decimal): -2064984 or 11042272. OLE color: 11042272.

HSL color Cylindrical-coordinate representation of color #E07DA8: hue angle of 333.94º 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 #E07DA8 is Cyan = 0, Magento = 0.44, Yellow = 0.25 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 125 168 -
CMYK 0 0.44 0.25 0.12
HSL 333.94º 0.61% 0.68% -
HSV(B) 333.94º 0.44% 0.88% -
XYZ 45.14 33.34 41.1 -
YUV 159.5 132.8 174 -
System Red Green Blue C M Y K H S L
Decimal 224 125 168 0 0.44 0.25 0.12 333.94 0.61 0.68
Hex E0 7D A8 0 2C 19 C 14E 3D 44
Octal 340 175 250 0 54 31 14 516 75 104
Binary 11100000 1111101 10101000 0 101100 11001 1100 101001110 111101 1000100

Color Harmonies of #E07DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07DA8

Black with #E07DA8

Text Example


Text Example

White with #E07DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07DA8; }

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

 H1.HeaderClassName
 {
   color: #E07DA8;
 }
 .AnyTagClassName
 {
   color: #E07DA8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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