Html Css Color HEX #E095A9 Kobi

📋 copy color: '#E095A9'

red 224 ◦ green 149 ◦ blue 169

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

Shades of Kobi #E095A9

Tints of Kobi #E095A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 31.18%

R = 41.33%
G = 27.49%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.25

 K value IS 0.12

RGB Variations

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

Color information

#E095A9 (or 0xE095A9) is known color: Kobi. HEX triplet: E0, 95 and A9. RGB value is (224,149,169). Sum of RGB (Red+Green+Blue) = 224+149+169=542 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.33% from 542); Green value is 149 (58.59% from 255 or 27.49% from 542); Blue value is 169 (66.41% from 255 or 31.18% from 542); Max value from RGB is 224 - color contains mainly: red. Hex color #E095A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E095A9 is #1F6A56. Grayscale: #ADADAD. Windows color (decimal): -2058839 or 11113952. OLE color: 11113952.

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

Color convert

RGB 224 149 169 -
CMYK 0 0.33 0.25 0.12
HSL 344º 0.55% 0.73% -
HSV(B) 344º 0.33% 0.88% -
XYZ 48.65 40.21 42.73 -
YUV 173.71 125.35 163.87 -
System Red Green Blue C M Y K H S L
Decimal 224 149 169 0 0.33 0.25 0.12 344 0.55 0.73
Hex E0 95 A9 0 21 19 C 158 37 49
Octal 340 225 251 0 41 31 14 530 67 111
Binary 11100000 10010101 10101001 0 100001 11001 1100 101011000 110111 1001001

Color Harmonies of #E095A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E095A9

Black with #E095A9

Text Example


Text Example

White with #E095A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E095A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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