Html Css Color HEX #EB1883 Deep Pink

📋 copy color: '#EB1883'

red 235 ◦ green 24 ◦ blue 131

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

Shades of Deep Pink #EB1883

Tints of Deep Pink #EB1883

RGB

 RED value IS 235 (92.19% from 255) = 60.26%

 GREEN value IS 24 (9.77% from 255) = 6.15%

 BLUE value IS 131 (51.56% from 255) = 33.59%

R = 60.26%
G = 6.15%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.44

 K value IS 0.08

RGB Variations

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

Color information

#EB1883 (or 0xEB1883) is known color: Deep Pink. HEX triplet: EB, 18 and 83. RGB value is (235,24,131). Sum of RGB (Red+Green+Blue) = 235+24+131=390 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.26% from 390); Green value is 24 (9.77% from 255 or 6.15% from 390); Blue value is 131 (51.56% from 255 or 33.59% from 390); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1883 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB1883 is #14E77C. Grayscale: #636363. Windows color (decimal): -1369981 or 8591595. OLE color: 8591595.

HSL color Cylindrical-coordinate representation of color #EB1883: hue angle of 329.57º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EB1883 is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 24 131 -
CMYK 0 0.90 0.44 0.08
HSL 329.57º 0.84% 0.51% -
HSV(B) 329.57º 0.9% 0.92% -
XYZ 38.68 19.95 23.29 -
YUV 99.29 145.9 224.8 -
System Red Green Blue C M Y K H S L
Decimal 235 24 131 0 0.90 0.44 0.08 329.57 0.84 0.51
Hex EB 18 83 0 5A 2C 8 14A 54 33
Octal 353 30 203 0 132 54 10 512 124 63
Binary 11101011 11000 10000011 0 1011010 101100 1000 101001010 1010100 110011

Color Harmonies of #EB1883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1883

Black with #EB1883

Text Example


Text Example

White with #EB1883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1883; }

 p { color: rgb(235,24,131); }

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

background-color css

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

 a { background-color: rgb(235,24,131); }

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

border-color css

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

 span { border-color: rgb(235,24,131); }

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