Html Css Color HEX #E18CA7 Kobi

📋 copy color: '#E18CA7'

red 225 ◦ green 140 ◦ blue 167

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

Shades of Kobi #E18CA7

Tints of Kobi #E18CA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 31.39%

R = 42.29%
G = 26.32%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.26

 K value IS 0.12

RGB Variations

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

Color information

#E18CA7 (or 0xE18CA7) is known color: Kobi. HEX triplet: E1, 8C and A7. RGB value is (225,140,167). Sum of RGB (Red+Green+Blue) = 225+140+167=532 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.29% from 532); Green value is 140 (55.08% from 255 or 26.32% from 532); Blue value is 167 (65.62% from 255 or 31.39% from 532); Max value from RGB is 225 - color contains mainly: red. Hex color #E18CA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18CA7 is #1E7358. Grayscale: #A8A8A8. Windows color (decimal): -1995609 or 10980577. OLE color: 10980577.

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

Color convert

RGB 225 140 167 -
CMYK 0 0.38 0.26 0.12
HSL 340.94º 0.59% 0.72% -
HSV(B) 340.94º 0.38% 0.88% -
XYZ 47.4 37.55 41.31 -
YUV 168.49 127.16 168.3 -
System Red Green Blue C M Y K H S L
Decimal 225 140 167 0 0.38 0.26 0.12 340.94 0.59 0.72
Hex E1 8C A7 0 26 1A C 155 3B 48
Octal 341 214 247 0 46 32 14 525 73 110
Binary 11100001 10001100 10100111 0 100110 11010 1100 101010101 111011 1001000

Color Harmonies of #E18CA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18CA7

Black with #E18CA7

Text Example


Text Example

White with #E18CA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18CA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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