Html Css Color HEX #E18CAA Kobi

📋 copy color: '#E18CAA'

red 225 ◦ green 140 ◦ blue 170

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

Shades of Kobi #E18CAA

Tints of Kobi #E18CAA

RGB

 RED value IS 225 (88.28% from 255) = 42.06%

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

 BLUE value IS 170 (66.8% from 255) = 31.78%

R = 42.06%
G = 26.17%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E18CAA (or 0xE18CAA) is known color: Kobi. HEX triplet: E1, 8C and AA. RGB value is (225,140,170). Sum of RGB (Red+Green+Blue) = 225+140+170=535 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.06% from 535); Green value is 140 (55.08% from 255 or 26.17% from 535); Blue value is 170 (66.80% from 255 or 31.78% from 535); Max value from RGB is 225 - color contains mainly: red. Hex color #E18CAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18CAA is #1E7355. Grayscale: #A8A8A8. Windows color (decimal): -1995606 or 11177185. OLE color: 11177185.

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

Color convert

RGB 225 140 170 -
CMYK 0 0.38 0.24 0.12
HSL 338.82º 0.59% 0.72% -
HSV(B) 338.82º 0.38% 0.88% -
XYZ 47.69 37.67 42.79 -
YUV 168.84 128.66 168.06 -
System Red Green Blue C M Y K H S L
Decimal 225 140 170 0 0.38 0.24 0.12 338.82 0.59 0.72
Hex E1 8C AA 0 26 18 C 153 3B 48
Octal 341 214 252 0 46 30 14 523 73 110
Binary 11100001 10001100 10101010 0 100110 11000 1100 101010011 111011 1001000

Color Harmonies of #E18CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18CAA

Black with #E18CAA

Text Example


Text Example

White with #E18CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18CAA; }

 p { color: rgb(225,140,170); }

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

background-color css

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

 a { background-color: rgb(225,140,170); }

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

border-color css

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

 span { border-color: rgb(225,140,170); }

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