Html Css Color HEX #E094A5 Kobi

📋 copy color: '#E094A5'

red 224 ◦ green 148 ◦ blue 165

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

Shades of Kobi #E094A5

Tints of Kobi #E094A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 30.73%

R = 41.71%
G = 27.56%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.26

 K value IS 0.12

RGB Variations

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

Color information

#E094A5 (or 0xE094A5) is known color: Kobi. HEX triplet: E0, 94 and A5. RGB value is (224,148,165). Sum of RGB (Red+Green+Blue) = 224+148+165=537 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.71% from 537); Green value is 148 (58.20% from 255 or 27.56% from 537); Blue value is 165 (64.84% from 255 or 30.73% from 537); Max value from RGB is 224 - color contains mainly: red. Hex color #E094A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E094A5 is #1F6B5A. Grayscale: #ACACAC. Windows color (decimal): -2059099 or 10851552. OLE color: 10851552.

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

Color convert

RGB 224 148 165 -
CMYK 0 0.34 0.26 0.12
HSL 346.58º 0.55% 0.73% -
HSV(B) 346.58º 0.34% 0.88% -
XYZ 48.12 39.74 40.73 -
YUV 172.66 123.68 164.62 -
System Red Green Blue C M Y K H S L
Decimal 224 148 165 0 0.34 0.26 0.12 346.58 0.55 0.73
Hex E0 94 A5 0 22 1A C 15B 37 49
Octal 340 224 245 0 42 32 14 533 67 111
Binary 11100000 10010100 10100101 0 100010 11010 1100 101011011 110111 1001001

Color Harmonies of #E094A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E094A5

Black with #E094A5

Text Example


Text Example

White with #E094A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E094A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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