Html Css Color HEX #EB1D7D Deep Cerise

📋 copy color: '#EB1D7D'

red 235 ◦ green 29 ◦ blue 125

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

Shades of Deep Cerise #EB1D7D

Tints of Deep Cerise #EB1D7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 32.13%

R = 60.41%
G = 7.46%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EB1D7D (or 0xEB1D7D) is known color: Deep Cerise. HEX triplet: EB, 1D and 7D. RGB value is (235,29,125). Sum of RGB (Red+Green+Blue) = 235+29+125=389 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.41% from 389); Green value is 29 (11.72% from 255 or 7.46% from 389); Blue value is 125 (49.22% from 255 or 32.13% from 389); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1D7D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB1D7D is #14E282. Grayscale: #656565. Windows color (decimal): -1368707 or 8199659. OLE color: 8199659.

HSL color Cylindrical-coordinate representation of color #EB1D7D: hue angle of 332.04º 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 #EB1D7D is Cyan = 0, Magento = 0.88, Yellow = 0.47 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 29 125 -
CMYK 0 0.88 0.47 0.08
HSL 332.04º 0.84% 0.52% -
HSV(B) 332.04º 0.88% 0.92% -
XYZ 38.4 20.02 21.24 -
YUV 101.54 141.25 223.19 -
System Red Green Blue C M Y K H S L
Decimal 235 29 125 0 0.88 0.47 0.08 332.04 0.84 0.52
Hex EB 1D 7D 0 58 2F 8 14C 54 34
Octal 353 35 175 0 130 57 10 514 124 64
Binary 11101011 11101 1111101 0 1011000 101111 1000 101001100 1010100 110100

Color Harmonies of #EB1D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1D7D

Black with #EB1D7D

Text Example


Text Example

White with #EB1D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1D7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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