Html Css Color HEX #E088B0 Kobi

📋 copy color: '#E088B0'

red 224 ◦ green 136 ◦ blue 176

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

Shades of Kobi #E088B0

Tints of Kobi #E088B0

RGB

 RED value IS 224 (87.89% from 255) = 41.79%

 GREEN value IS 136 (53.52% from 255) = 25.37%

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

R = 41.79%
G = 25.37%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.21

 K value IS 0.12

RGB Variations

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

Color information

#E088B0 (or 0xE088B0) is known color: Kobi. HEX triplet: E0, 88 and B0. RGB value is (224,136,176). Sum of RGB (Red+Green+Blue) = 224+136+176=536 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.79% from 536); Green value is 136 (53.52% from 255 or 25.37% from 536); Blue value is 176 (69.14% from 255 or 32.84% from 536); Max value from RGB is 224 - color contains mainly: red. Hex color #E088B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E088B0 is #1F774F. Grayscale: #A6A6A6. Windows color (decimal): -2062160 or 11569376. OLE color: 11569376.

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

Color convert

RGB 224 136 176 -
CMYK 0 0.39 0.21 0.12
HSL 332.73º 0.59% 0.71% -
HSV(B) 332.73º 0.39% 0.88% -
XYZ 47.38 36.59 45.64 -
YUV 166.87 133.15 168.75 -
System Red Green Blue C M Y K H S L
Decimal 224 136 176 0 0.39 0.21 0.12 332.73 0.59 0.71
Hex E0 88 B0 0 27 15 C 14D 3B 47
Octal 340 210 260 0 47 25 14 515 73 107
Binary 11100000 10001000 10110000 0 100111 10101 1100 101001101 111011 1000111

Color Harmonies of #E088B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E088B0

Black with #E088B0

Text Example


Text Example

White with #E088B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E088B0; }

 p { color: rgb(224,136,176); }

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

background-color css

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

 a { background-color: rgb(224,136,176); }

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

border-color css

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

 span { border-color: rgb(224,136,176); }

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