Html Css Color HEX #E094A9 Kobi

📋 copy color: '#E094A9'

red 224 ◦ green 148 ◦ blue 169

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

Shades of Kobi #E094A9

Tints of Kobi #E094A9

RGB

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

 GREEN value IS 148 (58.2% from 255) = 27.36%

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

R = 41.4%
G = 27.36%
B = 31.24%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.25

 K value IS 0.12

RGB Variations

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

Color information

#E094A9 (or 0xE094A9) is known color: Kobi. HEX triplet: E0, 94 and A9. RGB value is (224,148,169). Sum of RGB (Red+Green+Blue) = 224+148+169=541 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.40% from 541); Green value is 148 (58.20% from 255 or 27.36% from 541); Blue value is 169 (66.41% from 255 or 31.24% from 541); Max value from RGB is 224 - color contains mainly: red. Hex color #E094A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E094A9 is #1F6B56. Grayscale: #ADADAD. Windows color (decimal): -2059095 or 11113696. OLE color: 11113696.

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

Color convert

RGB 224 148 169 -
CMYK 0 0.34 0.25 0.12
HSL 343.42º 0.55% 0.73% -
HSV(B) 343.42º 0.34% 0.88% -
XYZ 48.49 39.89 42.68 -
YUV 173.12 125.68 164.29 -
System Red Green Blue C M Y K H S L
Decimal 224 148 169 0 0.34 0.25 0.12 343.42 0.55 0.73
Hex E0 94 A9 0 22 19 C 157 37 49
Octal 340 224 251 0 42 31 14 527 67 111
Binary 11100000 10010100 10101001 0 100010 11001 1100 101010111 110111 1001001

Color Harmonies of #E094A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E094A9

Black with #E094A9

Text Example


Text Example

White with #E094A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E094A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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