Html Css Color HEX #E08CA3 Kobi

📋 copy color: '#E08CA3'

red 224 ◦ green 140 ◦ blue 163

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

Shades of Kobi #E08CA3

Tints of Kobi #E08CA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 30.93%

R = 42.5%
G = 26.57%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.27

 K value IS 0.12

RGB Variations

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

Color information

#E08CA3 (or 0xE08CA3) is known color: Kobi. HEX triplet: E0, 8C and A3. RGB value is (224,140,163). Sum of RGB (Red+Green+Blue) = 224+140+163=527 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.50% from 527); Green value is 140 (55.08% from 255 or 26.57% from 527); Blue value is 163 (64.06% from 255 or 30.93% from 527); Max value from RGB is 224 - color contains mainly: red. Hex color #E08CA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08CA3 is #1F735C. Grayscale: #A7A7A7. Windows color (decimal): -2061149 or 10718432. OLE color: 10718432.

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

Color convert

RGB 224 140 163 -
CMYK 0 0.38 0.27 0.12
HSL 343.57º 0.58% 0.71% -
HSV(B) 343.57º 0.38% 0.88% -
XYZ 46.73 37.25 39.38 -
YUV 167.74 125.33 168.13 -
System Red Green Blue C M Y K H S L
Decimal 224 140 163 0 0.38 0.27 0.12 343.57 0.58 0.71
Hex E0 8C A3 0 26 1B C 158 3A 47
Octal 340 214 243 0 46 33 14 530 72 107
Binary 11100000 10001100 10100011 0 100110 11011 1100 101011000 111010 1000111

Color Harmonies of #E08CA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08CA3

Black with #E08CA3

Text Example


Text Example

White with #E08CA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08CA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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