Html Css Color HEX #E18BA4 Kobi

📋 copy color: '#E18BA4'

red 225 ◦ green 139 ◦ blue 164

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

Shades of Kobi #E18BA4

Tints of Kobi #E18BA4

RGB

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

 GREEN value IS 139 (54.69% from 255) = 26.33%

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

R = 42.61%
G = 26.33%
B = 31.06%

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

#E18BA4 (or 0xE18BA4) is known color: Kobi. HEX triplet: E1, 8B and A4. RGB value is (225,139,164). Sum of RGB (Red+Green+Blue) = 225+139+164=528 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.61% from 528); Green value is 139 (54.69% from 255 or 26.33% from 528); Blue value is 164 (64.45% from 255 or 31.06% from 528); Max value from RGB is 225 - color contains mainly: red. Hex color #E18BA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18BA4 is #1E745B. Grayscale: #A7A7A7. Windows color (decimal): -1995868 or 10783713. OLE color: 10783713.

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

Color convert

RGB 225 139 164 -
CMYK 0 0.38 0.27 0.12
HSL 342.56º 0.59% 0.71% -
HSV(B) 342.56º 0.38% 0.88% -
XYZ 46.98 37.15 39.82 -
YUV 167.56 125.99 168.97 -
System Red Green Blue C M Y K H S L
Decimal 225 139 164 0 0.38 0.27 0.12 342.56 0.59 0.71
Hex E1 8B A4 0 26 1B C 157 3B 47
Octal 341 213 244 0 46 33 14 527 73 107
Binary 11100001 10001011 10100100 0 100110 11011 1100 101010111 111011 1000111

Color Harmonies of #E18BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18BA4

Black with #E18BA4

Text Example


Text Example

White with #E18BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18BA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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