Html Css Color HEX #E399AA Kobi

📋 copy color: '#E399AA'

red 227 ◦ green 153 ◦ blue 170

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

Shades of Kobi #E399AA

Tints of Kobi #E399AA

RGB

 RED value IS 227 (89.06% from 255) = 41.27%

 GREEN value IS 153 (60.16% from 255) = 27.82%

 BLUE value IS 170 (66.8% from 255) = 30.91%

R = 41.27%
G = 27.82%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.25

 K value IS 0.11

RGB Variations

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

Color information

#E399AA (or 0xE399AA) is known color: Kobi. HEX triplet: E3, 99 and AA. RGB value is (227,153,170). Sum of RGB (Red+Green+Blue) = 227+153+170=550 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.27% from 550); Green value is 153 (60.16% from 255 or 27.82% from 550); Blue value is 170 (66.80% from 255 or 30.91% from 550); Max value from RGB is 227 - color contains mainly: red. Hex color #E399AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E399AA is #1C6655. Grayscale: #B1B1B1. Windows color (decimal): -1861206 or 11180515. OLE color: 11180515.

HSL color Cylindrical-coordinate representation of color #E399AA: hue angle of 346.22º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E399AA is Cyan = 0, Magento = 0.33, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 153 170 -
CMYK 0 0.33 0.25 0.11
HSL 346.22º 0.57% 0.75% -
HSV(B) 346.22º 0.33% 0.89% -
XYZ 50.33 42.02 43.49 -
YUV 177.06 124.02 163.62 -
System Red Green Blue C M Y K H S L
Decimal 227 153 170 0 0.33 0.25 0.11 346.22 0.57 0.75
Hex E3 99 AA 0 21 19 B 15A 39 4B
Octal 343 231 252 0 41 31 13 532 71 113
Binary 11100011 10011001 10101010 0 100001 11001 1011 101011010 111001 1001011

Color Harmonies of #E399AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E399AA

Black with #E399AA

Text Example


Text Example

White with #E399AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E399AA; }

 p { color: rgb(227,153,170); }

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

background-color css

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

 a { background-color: rgb(227,153,170); }

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

border-color css

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

 span { border-color: rgb(227,153,170); }

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