Html Css Color HEX #E90A7E Deep Pink

📋 copy color: '#E90A7E'

red 233 ◦ green 10 ◦ blue 126

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

Shades of Deep Pink #E90A7E

Tints of Deep Pink #E90A7E

RGB

 RED value IS 233 (91.41% from 255) = 63.14%

 GREEN value IS 10 (4.3% from 255) = 2.71%

 BLUE value IS 126 (49.61% from 255) = 34.15%

R = 63.14%
G = 2.71%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.46

 K value IS 0.09

RGB Variations

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

Color information

#E90A7E (or 0xE90A7E) is known color: Deep Pink. HEX triplet: E9, 0A and 7E. RGB value is (233,10,126). Sum of RGB (Red+Green+Blue) = 233+10+126=369 (48% of max value = 765). Red value is 233 (91.41% from 255 or 63.14% from 369); Green value is 10 (4.30% from 255 or 2.71% from 369); Blue value is 126 (49.61% from 255 or 34.15% from 369); Max value from RGB is 233 - color contains mainly: red. Hex color #E90A7E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E90A7E is #16F581. Grayscale: #595959. Windows color (decimal): -1504642 or 8260329. OLE color: 8260329.

HSL color Cylindrical-coordinate representation of color #E90A7E: hue angle of 328.79º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E90A7E is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 10 126 -
CMYK 0 0.96 0.46 0.09
HSL 328.79º 0.92% 0.48% -
HSV(B) 328.79º 0.96% 0.91% -
XYZ 37.48 19.05 21.44 -
YUV 89.9 148.38 230.07 -
System Red Green Blue C M Y K H S L
Decimal 233 10 126 0 0.96 0.46 0.09 328.79 0.92 0.48
Hex E9 A 7E 0 60 2E 9 149 5C 30
Octal 351 12 176 0 140 56 11 511 134 60
Binary 11101001 1010 1111110 0 1100000 101110 1001 101001001 1011100 110000

Color Harmonies of #E90A7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90A7E

Black with #E90A7E

Text Example


Text Example

White with #E90A7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90A7E; }

 p { color: rgb(233,10,126); }

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

background-color css

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

 a { background-color: rgb(233,10,126); }

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

border-color css

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

 span { border-color: rgb(233,10,126); }

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