Html Css Color HEX #E08CAD Kobi

📋 copy color: '#E08CAD'

red 224 ◦ green 140 ◦ blue 173

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

Shades of Kobi #E08CAD

Tints of Kobi #E08CAD

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.07%

 BLUE value IS 173 (67.97% from 255) = 32.22%

R = 41.71%
G = 26.07%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#E08CAD (or 0xE08CAD) is known color: Kobi. HEX triplet: E0, 8C and AD. RGB value is (224,140,173). Sum of RGB (Red+Green+Blue) = 224+140+173=537 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.71% from 537); Green value is 140 (55.08% from 255 or 26.07% from 537); Blue value is 173 (67.97% from 255 or 32.22% from 537); Max value from RGB is 224 - color contains mainly: red. Hex color #E08CAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08CAD is #1F7352. Grayscale: #A8A8A8. Windows color (decimal): -2061139 or 11373792. OLE color: 11373792.

HSL color Cylindrical-coordinate representation of color #E08CAD: hue angle of 336.43º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E08CAD is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 140 173 -
CMYK 0 0.38 0.23 0.12
HSL 336.43º 0.58% 0.71% -
HSV(B) 336.43º 0.38% 0.88% -
XYZ 47.66 37.62 44.28 -
YUV 168.88 130.33 167.32 -
System Red Green Blue C M Y K H S L
Decimal 224 140 173 0 0.38 0.23 0.12 336.43 0.58 0.71
Hex E0 8C AD 0 26 17 C 150 3A 47
Octal 340 214 255 0 46 27 14 520 72 107
Binary 11100000 10001100 10101101 0 100110 10111 1100 101010000 111010 1000111

Color Harmonies of #E08CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08CAD

Black with #E08CAD

Text Example


Text Example

White with #E08CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08CAD; }

 p { color: rgb(224,140,173); }

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

background-color css

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

 a { background-color: rgb(224,140,173); }

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

border-color css

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

 span { border-color: rgb(224,140,173); }

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