Html Css Color HEX #E08CAE Kobi

📋 copy color: '#E08CAE'

red 224 ◦ green 140 ◦ blue 174

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

Shades of Kobi #E08CAE

Tints of Kobi #E08CAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 32.34%

R = 41.64%
G = 26.02%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E08CAE (or 0xE08CAE) is known color: Kobi. HEX triplet: E0, 8C and AE. RGB value is (224,140,174). Sum of RGB (Red+Green+Blue) = 224+140+174=538 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.64% from 538); Green value is 140 (55.08% from 255 or 26.02% from 538); Blue value is 174 (68.36% from 255 or 32.34% from 538); Max value from RGB is 224 - color contains mainly: red. Hex color #E08CAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08CAE is #1F7351. Grayscale: #A8A8A8. Windows color (decimal): -2061138 or 11439328. OLE color: 11439328.

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

Color convert

RGB 224 140 174 -
CMYK 0 0.38 0.22 0.12
HSL 335.71º 0.58% 0.71% -
HSV(B) 335.71º 0.38% 0.88% -
XYZ 47.76 37.66 44.8 -
YUV 168.99 130.83 167.24 -
System Red Green Blue C M Y K H S L
Decimal 224 140 174 0 0.38 0.22 0.12 335.71 0.58 0.71
Hex E0 8C AE 0 26 16 C 150 3A 47
Octal 340 214 256 0 46 26 14 520 72 107
Binary 11100000 10001100 10101110 0 100110 10110 1100 101010000 111010 1000111

Color Harmonies of #E08CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08CAE

Black with #E08CAE

Text Example


Text Example

White with #E08CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08CAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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