Html Css Color HEX #E090AF Kobi

📋 copy color: '#E090AF'

red 224 ◦ green 144 ◦ blue 175

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

Shades of Kobi #E090AF

Tints of Kobi #E090AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 32.23%

R = 41.25%
G = 26.52%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E090AF (or 0xE090AF) is known color: Kobi. HEX triplet: E0, 90 and AF. RGB value is (224,144,175). Sum of RGB (Red+Green+Blue) = 224+144+175=543 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.25% from 543); Green value is 144 (56.64% from 255 or 26.52% from 543); Blue value is 175 (68.75% from 255 or 32.23% from 543); Max value from RGB is 224 - color contains mainly: red. Hex color #E090AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E090AF is #1F6F50. Grayscale: #ABABAB. Windows color (decimal): -2060113 or 11505888. OLE color: 11505888.

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

Color convert

RGB 224 144 175 -
CMYK 0 0.36 0.22 0.12
HSL 336.75º 0.56% 0.72% -
HSV(B) 336.75º 0.36% 0.88% -
XYZ 48.45 38.89 45.51 -
YUV 171.45 130 165.48 -
System Red Green Blue C M Y K H S L
Decimal 224 144 175 0 0.36 0.22 0.12 336.75 0.56 0.72
Hex E0 90 AF 0 24 16 C 151 38 48
Octal 340 220 257 0 44 26 14 521 70 110
Binary 11100000 10010000 10101111 0 100100 10110 1100 101010001 111000 1001000

Color Harmonies of #E090AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E090AF

Black with #E090AF

Text Example


Text Example

White with #E090AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E090AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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