Html Css Color HEX #E90B8B Deep Pink

📋 copy color: '#E90B8B'

red 233 ◦ green 11 ◦ blue 139

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

Shades of Deep Pink #E90B8B

Tints of Deep Pink #E90B8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.29%

R = 60.84%
G = 2.87%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.40

 K value IS 0.09

RGB Variations

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

Color information

#E90B8B (or 0xE90B8B) is known color: Deep Pink. HEX triplet: E9, 0B and 8B. RGB value is (233,11,139). Sum of RGB (Red+Green+Blue) = 233+11+139=383 (50% of max value = 765). Red value is 233 (91.41% from 255 or 60.84% from 383); Green value is 11 (4.69% from 255 or 2.87% from 383); Blue value is 139 (54.69% from 255 or 36.29% from 383); Max value from RGB is 233 - color contains mainly: red. Hex color #E90B8B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E90B8B is #16F474. Grayscale: #5B5B5B. Windows color (decimal): -1504373 or 9112553. OLE color: 9112553.

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

Color convert

RGB 233 11 139 -
CMYK 0 0.95 0.40 0.09
HSL 325.41º 0.91% 0.48% -
HSV(B) 325.41º 0.95% 0.91% -
XYZ 38.38 19.43 26.15 -
YUV 91.97 154.55 228.59 -
System Red Green Blue C M Y K H S L
Decimal 233 11 139 0 0.95 0.40 0.09 325.41 0.91 0.48
Hex E9 B 8B 0 5F 28 9 145 5B 30
Octal 351 13 213 0 137 50 11 505 133 60
Binary 11101001 1011 10001011 0 1011111 101000 1001 101000101 1011011 110000

Color Harmonies of #E90B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90B8B

Black with #E90B8B

Text Example


Text Example

White with #E90B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90B8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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