Html Css Color HEX #E288A6 Kobi

📋 copy color: '#E288A6'

red 226 ◦ green 136 ◦ blue 166

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

Shades of Kobi #E288A6

Tints of Kobi #E288A6

RGB

 RED value IS 226 (88.67% from 255) = 42.8%

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

 BLUE value IS 166 (65.23% from 255) = 31.44%

R = 42.8%
G = 25.76%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.27

 K value IS 0.11

RGB Variations

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

Color information

#E288A6 (or 0xE288A6) is known color: Kobi. HEX triplet: E2, 88 and A6. RGB value is (226,136,166). Sum of RGB (Red+Green+Blue) = 226+136+166=528 (69% of max value = 765). Red value is 226 (88.67% from 255 or 42.80% from 528); Green value is 136 (53.52% from 255 or 25.76% from 528); Blue value is 166 (65.23% from 255 or 31.44% from 528); Max value from RGB is 226 - color contains mainly: red. Hex color #E288A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E288A6 is #1D7759. Grayscale: #A6A6A6. Windows color (decimal): -1931098 or 10914018. OLE color: 10914018.

HSL color Cylindrical-coordinate representation of color #E288A6: hue angle of 340º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E288A6 is Cyan = 0, Magento = 0.40, Yellow = 0.27 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 136 166 -
CMYK 0 0.40 0.27 0.11
HSL 340º 0.61% 0.71% -
HSV(B) 340º 0.4% 0.89% -
XYZ 47.05 36.53 40.65 -
YUV 166.33 127.82 170.56 -
System Red Green Blue C M Y K H S L
Decimal 226 136 166 0 0.40 0.27 0.11 340 0.61 0.71
Hex E2 88 A6 0 28 1B B 154 3D 47
Octal 342 210 246 0 50 33 13 524 75 107
Binary 11100010 10001000 10100110 0 101000 11011 1011 101010100 111101 1000111

Color Harmonies of #E288A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E288A6

Black with #E288A6

Text Example


Text Example

White with #E288A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E288A6; }

 p { color: rgb(226,136,166); }

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

background-color css

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

 a { background-color: rgb(226,136,166); }

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

border-color css

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

 span { border-color: rgb(226,136,166); }

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