Html Css Color HEX #E290AD Kobi

📋 copy color: '#E290AD'

red 226 ◦ green 144 ◦ blue 173

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

Shades of Kobi #E290AD

Tints of Kobi #E290AD

RGB

 RED value IS 226 (88.67% from 255) = 41.62%

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

 BLUE value IS 173 (67.97% from 255) = 31.86%

R = 41.62%
G = 26.52%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#E290AD (or 0xE290AD) is known color: Kobi. HEX triplet: E2, 90 and AD. RGB value is (226,144,173). Sum of RGB (Red+Green+Blue) = 226+144+173=543 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.62% from 543); Green value is 144 (56.64% from 255 or 26.52% from 543); Blue value is 173 (67.97% from 255 or 31.86% from 543); Max value from RGB is 226 - color contains mainly: red. Hex color #E290AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E290AD is #1D6F52. Grayscale: #ABABAB. Windows color (decimal): -1929043 or 11374818. OLE color: 11374818.

HSL color Cylindrical-coordinate representation of color #E290AD: hue angle of 338.78º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E290AD is Cyan = 0, Magento = 0.36, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 144 173 -
CMYK 0 0.36 0.23 0.11
HSL 338.78º 0.59% 0.73% -
HSV(B) 338.78º 0.36% 0.89% -
XYZ 48.88 39.13 44.51 -
YUV 171.82 128.67 166.64 -
System Red Green Blue C M Y K H S L
Decimal 226 144 173 0 0.36 0.23 0.11 338.78 0.59 0.73
Hex E2 90 AD 0 24 17 B 153 3B 49
Octal 342 220 255 0 44 27 13 523 73 111
Binary 11100010 10010000 10101101 0 100100 10111 1011 101010011 111011 1001001

Color Harmonies of #E290AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E290AD

Black with #E290AD

Text Example


Text Example

White with #E290AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E290AD; }

 p { color: rgb(226,144,173); }

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

background-color css

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

 a { background-color: rgb(226,144,173); }

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

border-color css

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

 span { border-color: rgb(226,144,173); }

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