Html Css Color HEX #E08DA7 Kobi

📋 copy color: '#E08DA7'

red 224 ◦ green 141 ◦ blue 167

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

Shades of Kobi #E08DA7

Tints of Kobi #E08DA7

RGB

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

 GREEN value IS 141 (55.47% from 255) = 26.5%

 BLUE value IS 167 (65.63% from 255) = 31.39%

R = 42.11%
G = 26.5%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.25

 K value IS 0.12

RGB Variations

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

Color information

#E08DA7 (or 0xE08DA7) is known color: Kobi. HEX triplet: E0, 8D and A7. RGB value is (224,141,167). Sum of RGB (Red+Green+Blue) = 224+141+167=532 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.11% from 532); Green value is 141 (55.47% from 255 or 26.50% from 532); Blue value is 167 (65.62% from 255 or 31.39% from 532); Max value from RGB is 224 - color contains mainly: red. Hex color #E08DA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08DA7 is #1F7258. Grayscale: #A8A8A8. Windows color (decimal): -2060889 or 10980832. OLE color: 10980832.

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

Color convert

RGB 224 141 167 -
CMYK 0 0.37 0.25 0.12
HSL 341.2º 0.57% 0.72% -
HSV(B) 341.2º 0.37% 0.88% -
XYZ 47.24 37.69 41.34 -
YUV 168.78 127 167.39 -
System Red Green Blue C M Y K H S L
Decimal 224 141 167 0 0.37 0.25 0.12 341.2 0.57 0.72
Hex E0 8D A7 0 25 19 C 155 39 48
Octal 340 215 247 0 45 31 14 525 71 110
Binary 11100000 10001101 10100111 0 100101 11001 1100 101010101 111001 1001000

Color Harmonies of #E08DA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08DA7

Black with #E08DA7

Text Example


Text Example

White with #E08DA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08DA7; }

 p { color: rgb(224,141,167); }

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

background-color css

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

 a { background-color: rgb(224,141,167); }

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

border-color css

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

 span { border-color: rgb(224,141,167); }

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