Html Css Color HEX #E90A8A Deep Pink

📋 copy color: '#E90A8A'

red 233 ◦ green 10 ◦ blue 138

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

Shades of Deep Pink #E90A8A

Tints of Deep Pink #E90A8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 36.22%

R = 61.15%
G = 2.62%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.41

 K value IS 0.09

RGB Variations

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

Color information

#E90A8A (or 0xE90A8A) is known color: Deep Pink. HEX triplet: E9, 0A and 8A. RGB value is (233,10,138). Sum of RGB (Red+Green+Blue) = 233+10+138=381 (50% of max value = 765). Red value is 233 (91.41% from 255 or 61.15% from 381); Green value is 10 (4.30% from 255 or 2.62% from 381); Blue value is 138 (54.30% from 255 or 36.22% from 381); Max value from RGB is 233 - color contains mainly: red. Hex color #E90A8A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E90A8A is #16F575. Grayscale: #5A5A5A. Windows color (decimal): -1504630 or 9046761. OLE color: 9046761.

HSL color Cylindrical-coordinate representation of color #E90A8A: hue angle of 325.56º 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 #E90A8A is Cyan = 0, Magento = 0.96, Yellow = 0.41 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 10 138 -
CMYK 0 0.96 0.41 0.09
HSL 325.56º 0.92% 0.48% -
HSV(B) 325.56º 0.96% 0.91% -
XYZ 38.3 19.38 25.77 -
YUV 91.27 154.38 229.09 -
System Red Green Blue C M Y K H S L
Decimal 233 10 138 0 0.96 0.41 0.09 325.56 0.92 0.48
Hex E9 A 8A 0 60 29 9 146 5C 30
Octal 351 12 212 0 140 51 11 506 134 60
Binary 11101001 1010 10001010 0 1100000 101001 1001 101000110 1011100 110000

Color Harmonies of #E90A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90A8A

Black with #E90A8A

Text Example


Text Example

White with #E90A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90A8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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