Html Css Color HEX #E90B8E Deep Pink

📋 copy color: '#E90B8E'

red 233 ◦ green 11 ◦ blue 142

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

Shades of Deep Pink #E90B8E

Tints of Deep Pink #E90B8E

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.85%

 BLUE value IS 142 (55.86% from 255) = 36.79%

R = 60.36%
G = 2.85%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.39

 K value IS 0.09

RGB Variations

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

Color information

#E90B8E (or 0xE90B8E) is known color: Deep Pink. HEX triplet: E9, 0B and 8E. RGB value is (233,11,142). Sum of RGB (Red+Green+Blue) = 233+11+142=386 (51% of max value = 765). Red value is 233 (91.41% from 255 or 60.36% from 386); Green value is 11 (4.69% from 255 or 2.85% from 386); Blue value is 142 (55.86% from 255 or 36.79% from 386); Max value from RGB is 233 - color contains mainly: red. Hex color #E90B8E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E90B8E is #16F471. Grayscale: #5C5C5C. Windows color (decimal): -1504370 or 9309161. OLE color: 9309161.

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

Color convert

RGB 233 11 142 -
CMYK 0 0.95 0.39 0.09
HSL 324.59º 0.91% 0.48% -
HSV(B) 324.59º 0.95% 0.91% -
XYZ 38.61 19.52 27.32 -
YUV 92.31 156.05 228.35 -
System Red Green Blue C M Y K H S L
Decimal 233 11 142 0 0.95 0.39 0.09 324.59 0.91 0.48
Hex E9 B 8E 0 5F 27 9 145 5B 30
Octal 351 13 216 0 137 47 11 505 133 60
Binary 11101001 1011 10001110 0 1011111 100111 1001 101000101 1011011 110000

Color Harmonies of #E90B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90B8E

Black with #E90B8E

Text Example


Text Example

White with #E90B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90B8E; }

 p { color: rgb(233,11,142); }

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

background-color css

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

 a { background-color: rgb(233,11,142); }

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

border-color css

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

 span { border-color: rgb(233,11,142); }

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