Html Css Color HEX #E092A0 Kobi

📋 copy color: '#E092A0'

red 224 ◦ green 146 ◦ blue 160

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

Shades of Kobi #E092A0

Tints of Kobi #E092A0

RGB

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

 GREEN value IS 146 (57.42% from 255) = 27.55%

 BLUE value IS 160 (62.89% from 255) = 30.19%

R = 42.26%
G = 27.55%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.29

 K value IS 0.12

RGB Variations

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

Color information

#E092A0 (or 0xE092A0) is known color: Kobi. HEX triplet: E0, 92 and A0. RGB value is (224,146,160). Sum of RGB (Red+Green+Blue) = 224+146+160=530 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.26% from 530); Green value is 146 (57.42% from 255 or 27.55% from 530); Blue value is 160 (62.89% from 255 or 30.19% from 530); Max value from RGB is 224 - color contains mainly: red. Hex color #E092A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E092A0 is #1F6D5F. Grayscale: #AAAAAA. Windows color (decimal): -2059616 or 10523360. OLE color: 10523360.

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

Color convert

RGB 224 146 160 -
CMYK 0 0.35 0.29 0.12
HSL 349.23º 0.56% 0.73% -
HSV(B) 349.23º 0.35% 0.88% -
XYZ 47.36 38.94 38.28 -
YUV 170.92 121.84 165.86 -
System Red Green Blue C M Y K H S L
Decimal 224 146 160 0 0.35 0.29 0.12 349.23 0.56 0.73
Hex E0 92 A0 0 23 1D C 15D 38 49
Octal 340 222 240 0 43 35 14 535 70 111
Binary 11100000 10010010 10100000 0 100011 11101 1100 101011101 111000 1001001

Color Harmonies of #E092A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E092A0

Black with #E092A0

Text Example


Text Example

White with #E092A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E092A0; }

 p { color: rgb(224,146,160); }

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

background-color css

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

 a { background-color: rgb(224,146,160); }

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

border-color css

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

 span { border-color: rgb(224,146,160); }

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