Html Css Color HEX #E290A7 Kobi

📋 copy color: '#E290A7'

red 226 ◦ green 144 ◦ blue 167

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

Shades of Kobi #E290A7

Tints of Kobi #E290A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 31.1%

R = 42.09%
G = 26.82%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.26

 K value IS 0.11

RGB Variations

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

Color information

#E290A7 (or 0xE290A7) is known color: Kobi. HEX triplet: E2, 90 and A7. RGB value is (226,144,167). Sum of RGB (Red+Green+Blue) = 226+144+167=537 (71% of max value = 765). Red value is 226 (88.67% from 255 or 42.09% from 537); Green value is 144 (56.64% from 255 or 26.82% from 537); Blue value is 167 (65.62% from 255 or 31.10% from 537); Max value from RGB is 226 - color contains mainly: red. Hex color #E290A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E290A7 is #1D6F58. Grayscale: #ABABAB. Windows color (decimal): -1929049 or 10981602. OLE color: 10981602.

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

Color convert

RGB 226 144 167 -
CMYK 0 0.36 0.26 0.11
HSL 343.17º 0.59% 0.73% -
HSV(B) 343.17º 0.36% 0.89% -
XYZ 48.31 38.91 41.52 -
YUV 171.14 125.67 167.13 -
System Red Green Blue C M Y K H S L
Decimal 226 144 167 0 0.36 0.26 0.11 343.17 0.59 0.73
Hex E2 90 A7 0 24 1A B 157 3B 49
Octal 342 220 247 0 44 32 13 527 73 111
Binary 11100010 10010000 10100111 0 100100 11010 1011 101010111 111011 1001001

Color Harmonies of #E290A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E290A7

Black with #E290A7

Text Example


Text Example

White with #E290A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E290A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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