Html Css Color HEX #EB207C Deep Cerise

📋 copy color: '#EB207C'

red 235 ◦ green 32 ◦ blue 124

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

Shades of Deep Cerise #EB207C

Tints of Deep Cerise #EB207C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.18%

 BLUE value IS 124 (48.83% from 255) = 31.71%

R = 60.1%
G = 8.18%
B = 31.71%

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

#EB207C (or 0xEB207C) is known color: Deep Cerise. HEX triplet: EB, 20 and 7C. RGB value is (235,32,124). Sum of RGB (Red+Green+Blue) = 235+32+124=391 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.10% from 391); Green value is 32 (12.89% from 255 or 8.18% from 391); Blue value is 124 (48.83% from 255 or 31.71% from 391); Max value from RGB is 235 - color contains mainly: red. Hex color #EB207C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB207C is #14DF83. Grayscale: #676767. Windows color (decimal): -1367940 or 8134891. OLE color: 8134891.

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

Color convert

RGB 235 32 124 -
CMYK 0 0.86 0.47 0.08
HSL 332.81º 0.84% 0.52% -
HSV(B) 332.81º 0.86% 0.92% -
XYZ 38.42 20.15 20.93 -
YUV 103.19 139.75 222.02 -
System Red Green Blue C M Y K H S L
Decimal 235 32 124 0 0.86 0.47 0.08 332.81 0.84 0.52
Hex EB 20 7C 0 56 2F 8 14D 54 34
Octal 353 40 174 0 126 57 10 515 124 64
Binary 11101011 100000 1111100 0 1010110 101111 1000 101001101 1010100 110100

Color Harmonies of #EB207C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB207C

Black with #EB207C

Text Example


Text Example

White with #EB207C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB207C; }

 p { color: rgb(235,32,124); }

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

background-color css

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

 a { background-color: rgb(235,32,124); }

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

border-color css

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

 span { border-color: rgb(235,32,124); }

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