Html Css Color HEX #EB217D Deep Cerise

📋 copy color: '#EB217D'

red 235 ◦ green 33 ◦ blue 125

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

Shades of Deep Cerise #EB217D

Tints of Deep Cerise #EB217D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.4%

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

R = 59.8%
G = 8.4%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EB217D (or 0xEB217D) is known color: Deep Cerise. HEX triplet: EB, 21 and 7D. RGB value is (235,33,125). Sum of RGB (Red+Green+Blue) = 235+33+125=393 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.80% from 393); Green value is 33 (13.28% from 255 or 8.40% from 393); Blue value is 125 (49.22% from 255 or 31.81% from 393); Max value from RGB is 235 - color contains mainly: red. Hex color #EB217D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB217D is #14DE82. Grayscale: #676767. Windows color (decimal): -1367683 or 8200683. OLE color: 8200683.

HSL color Cylindrical-coordinate representation of color #EB217D: hue angle of 332.67º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EB217D is Cyan = 0, Magento = 0.86, Yellow = 0.47 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 33 125 -
CMYK 0 0.86 0.47 0.08
HSL 332.67º 0.83% 0.53% -
HSV(B) 332.67º 0.86% 0.92% -
XYZ 38.51 20.23 21.28 -
YUV 103.89 139.92 221.52 -
System Red Green Blue C M Y K H S L
Decimal 235 33 125 0 0.86 0.47 0.08 332.67 0.83 0.53
Hex EB 21 7D 0 56 2F 8 14D 53 35
Octal 353 41 175 0 126 57 10 515 123 65
Binary 11101011 100001 1111101 0 1010110 101111 1000 101001101 1010011 110101

Color Harmonies of #EB217D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB217D

Black with #EB217D

Text Example


Text Example

White with #EB217D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB217D; }

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

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

background-color css

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

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

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

border-color css

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

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

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