Html Css Color HEX #E090AC Kobi

📋 copy color: '#E090AC'

red 224 ◦ green 144 ◦ blue 172

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

Shades of Kobi #E090AC

Tints of Kobi #E090AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 31.85%

R = 41.48%
G = 26.67%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#E090AC (or 0xE090AC) is known color: Kobi. HEX triplet: E0, 90 and AC. RGB value is (224,144,172). Sum of RGB (Red+Green+Blue) = 224+144+172=540 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.48% from 540); Green value is 144 (56.64% from 255 or 26.67% from 540); Blue value is 172 (67.58% from 255 or 31.85% from 540); Max value from RGB is 224 - color contains mainly: red. Hex color #E090AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E090AC is #1F6F53. Grayscale: #ABABAB. Windows color (decimal): -2060116 or 11309280. OLE color: 11309280.

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

Color convert

RGB 224 144 172 -
CMYK 0 0.36 0.23 0.12
HSL 339º 0.56% 0.72% -
HSV(B) 339º 0.36% 0.88% -
XYZ 48.16 38.77 43.98 -
YUV 171.11 128.5 165.72 -
System Red Green Blue C M Y K H S L
Decimal 224 144 172 0 0.36 0.23 0.12 339 0.56 0.72
Hex E0 90 AC 0 24 17 C 153 38 48
Octal 340 220 254 0 44 27 14 523 70 110
Binary 11100000 10010000 10101100 0 100100 10111 1100 101010011 111000 1001000

Color Harmonies of #E090AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E090AC

Black with #E090AC

Text Example


Text Example

White with #E090AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E090AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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