Html Css Color HEX #E18AB0 Kobi

📋 copy color: '#E18AB0'

red 225 ◦ green 138 ◦ blue 176

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

Shades of Kobi #E18AB0

Tints of Kobi #E18AB0

RGB

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

 GREEN value IS 138 (54.3% from 255) = 25.6%

 BLUE value IS 176 (69.14% from 255) = 32.65%

R = 41.74%
G = 25.6%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E18AB0 (or 0xE18AB0) is known color: Kobi. HEX triplet: E1, 8A and B0. RGB value is (225,138,176). Sum of RGB (Red+Green+Blue) = 225+138+176=539 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.74% from 539); Green value is 138 (54.30% from 255 or 25.60% from 539); Blue value is 176 (69.14% from 255 or 32.65% from 539); Max value from RGB is 225 - color contains mainly: red. Hex color #E18AB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18AB0 is #1E754F. Grayscale: #A8A8A8. Windows color (decimal): -1996112 or 11569889. OLE color: 11569889.

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

Color convert

RGB 225 138 176 -
CMYK 0 0.39 0.22 0.12
HSL 333.79º 0.59% 0.71% -
HSV(B) 333.79º 0.39% 0.88% -
XYZ 47.98 37.32 45.75 -
YUV 168.35 132.32 168.41 -
System Red Green Blue C M Y K H S L
Decimal 225 138 176 0 0.39 0.22 0.12 333.79 0.59 0.71
Hex E1 8A B0 0 27 16 C 14E 3B 47
Octal 341 212 260 0 47 26 14 516 73 107
Binary 11100001 10001010 10110000 0 100111 10110 1100 101001110 111011 1000111

Color Harmonies of #E18AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18AB0

Black with #E18AB0

Text Example


Text Example

White with #E18AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18AB0; }

 p { color: rgb(225,138,176); }

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

background-color css

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

 a { background-color: rgb(225,138,176); }

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

border-color css

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

 span { border-color: rgb(225,138,176); }

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