Html Css Color HEX #E095AA Kobi

📋 copy color: '#E095AA'

red 224 ◦ green 149 ◦ blue 170

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

Shades of Kobi #E095AA

Tints of Kobi #E095AA

RGB

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

 GREEN value IS 149 (58.59% from 255) = 27.44%

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

R = 41.25%
G = 27.44%
B = 31.31%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E095AA (or 0xE095AA) is known color: Kobi. HEX triplet: E0, 95 and AA. RGB value is (224,149,170). Sum of RGB (Red+Green+Blue) = 224+149+170=543 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.25% from 543); Green value is 149 (58.59% from 255 or 27.44% from 543); Blue value is 170 (66.80% from 255 or 31.31% from 543); Max value from RGB is 224 - color contains mainly: red. Hex color #E095AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E095AA is #1F6A55. Grayscale: #ADADAD. Windows color (decimal): -2058838 or 11179488. OLE color: 11179488.

HSL color Cylindrical-coordinate representation of color #E095AA: hue angle of 343.2º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E095AA is Cyan = 0, Magento = 0.33, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 149 170 -
CMYK 0 0.33 0.24 0.12
HSL 343.2º 0.55% 0.73% -
HSV(B) 343.2º 0.33% 0.88% -
XYZ 48.74 40.24 43.23 -
YUV 173.82 125.85 163.79 -
System Red Green Blue C M Y K H S L
Decimal 224 149 170 0 0.33 0.24 0.12 343.2 0.55 0.73
Hex E0 95 AA 0 21 18 C 157 37 49
Octal 340 225 252 0 41 30 14 527 67 111
Binary 11100000 10010101 10101010 0 100001 11000 1100 101010111 110111 1001001

Color Harmonies of #E095AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E095AA

Black with #E095AA

Text Example


Text Example

White with #E095AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E095AA; }

 p { color: rgb(224,149,170); }

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

background-color css

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

 a { background-color: rgb(224,149,170); }

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

border-color css

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

 span { border-color: rgb(224,149,170); }

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