Html Css Color HEX #EB1D83 Deep Cerise

📋 copy color: '#EB1D83'

red 235 ◦ green 29 ◦ blue 131

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

Shades of Deep Cerise #EB1D83

Tints of Deep Cerise #EB1D83

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.34%

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

R = 59.49%
G = 7.34%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.44

 K value IS 0.08

RGB Variations

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

Color information

#EB1D83 (or 0xEB1D83) is known color: Deep Cerise. HEX triplet: EB, 1D and 83. RGB value is (235,29,131). Sum of RGB (Red+Green+Blue) = 235+29+131=395 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.49% from 395); Green value is 29 (11.72% from 255 or 7.34% from 395); Blue value is 131 (51.56% from 255 or 33.16% from 395); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1D83 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB1D83 is #14E27C. Grayscale: #666666. Windows color (decimal): -1368701 or 8592875. OLE color: 8592875.

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

Color convert

RGB 235 29 131 -
CMYK 0 0.88 0.44 0.08
HSL 330.29º 0.84% 0.52% -
HSV(B) 330.29º 0.88% 0.92% -
XYZ 38.8 20.18 23.32 -
YUV 102.22 144.25 222.71 -
System Red Green Blue C M Y K H S L
Decimal 235 29 131 0 0.88 0.44 0.08 330.29 0.84 0.52
Hex EB 1D 83 0 58 2C 8 14A 54 34
Octal 353 35 203 0 130 54 10 512 124 64
Binary 11101011 11101 10000011 0 1011000 101100 1000 101001010 1010100 110100

Color Harmonies of #EB1D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1D83

Black with #EB1D83

Text Example


Text Example

White with #EB1D83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1D83; }

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

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

background-color css

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

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

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

border-color css

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

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

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