Html Css Color HEX #E090A4 Kobi

📋 copy color: '#E090A4'

red 224 ◦ green 144 ◦ blue 164

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

Shades of Kobi #E090A4

Tints of Kobi #E090A4

RGB

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

 GREEN value IS 144 (56.64% from 255) = 27.07%

 BLUE value IS 164 (64.45% from 255) = 30.83%

R = 42.11%
G = 27.07%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.27

 K value IS 0.12

RGB Variations

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

Color information

#E090A4 (or 0xE090A4) is known color: Kobi. HEX triplet: E0, 90 and A4. RGB value is (224,144,164). Sum of RGB (Red+Green+Blue) = 224+144+164=532 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.11% from 532); Green value is 144 (56.64% from 255 or 27.07% from 532); Blue value is 164 (64.45% from 255 or 30.83% from 532); Max value from RGB is 224 - color contains mainly: red. Hex color #E090A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E090A4 is #1F6F5B. Grayscale: #AAAAAA. Windows color (decimal): -2060124 or 10784992. OLE color: 10784992.

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

Color convert

RGB 224 144 164 -
CMYK 0 0.36 0.27 0.12
HSL 345º 0.56% 0.72% -
HSV(B) 345º 0.36% 0.88% -
XYZ 47.41 38.47 40.05 -
YUV 170.2 124.5 166.37 -
System Red Green Blue C M Y K H S L
Decimal 224 144 164 0 0.36 0.27 0.12 345 0.56 0.72
Hex E0 90 A4 0 24 1B C 159 38 48
Octal 340 220 244 0 44 33 14 531 70 110
Binary 11100000 10010000 10100100 0 100100 11011 1100 101011001 111000 1001000

Color Harmonies of #E090A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E090A4

Black with #E090A4

Text Example


Text Example

White with #E090A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E090A4; }

 p { color: rgb(224,144,164); }

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

background-color css

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

 a { background-color: rgb(224,144,164); }

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

border-color css

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

 span { border-color: rgb(224,144,164); }

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