Html Css Color HEX #E18CA4 Kobi

📋 copy color: '#E18CA4'

red 225 ◦ green 140 ◦ blue 164

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

Shades of Kobi #E18CA4

Tints of Kobi #E18CA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 31%

R = 42.53%
G = 26.47%
B = 31%

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

#E18CA4 (or 0xE18CA4) is known color: Kobi. HEX triplet: E1, 8C and A4. RGB value is (225,140,164). Sum of RGB (Red+Green+Blue) = 225+140+164=529 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.53% from 529); Green value is 140 (55.08% from 255 or 26.47% from 529); Blue value is 164 (64.45% from 255 or 31.00% from 529); Max value from RGB is 225 - color contains mainly: red. Hex color #E18CA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18CA4 is #1E735B. Grayscale: #A8A8A8. Windows color (decimal): -1995612 or 10783969. OLE color: 10783969.

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

Color convert

RGB 225 140 164 -
CMYK 0 0.38 0.27 0.12
HSL 343.06º 0.59% 0.72% -
HSV(B) 343.06º 0.38% 0.88% -
XYZ 47.13 37.44 39.87 -
YUV 168.15 125.66 168.55 -
System Red Green Blue C M Y K H S L
Decimal 225 140 164 0 0.38 0.27 0.12 343.06 0.59 0.72
Hex E1 8C A4 0 26 1B C 157 3B 48
Octal 341 214 244 0 46 33 14 527 73 110
Binary 11100001 10001100 10100100 0 100110 11011 1100 101010111 111011 1001000

Color Harmonies of #E18CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18CA4

Black with #E18CA4

Text Example


Text Example

White with #E18CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18CA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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