Html Css Color HEX #EB227C Deep Cerise

📋 copy color: '#EB227C'

red 235 ◦ green 34 ◦ blue 124

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

Shades of Deep Cerise #EB227C

Tints of Deep Cerise #EB227C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.65%

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

R = 59.8%
G = 8.65%
B = 31.55%

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

#EB227C (or 0xEB227C) is known color: Deep Cerise. HEX triplet: EB, 22 and 7C. RGB value is (235,34,124). Sum of RGB (Red+Green+Blue) = 235+34+124=393 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.80% from 393); Green value is 34 (13.67% from 255 or 8.65% from 393); Blue value is 124 (48.83% from 255 or 31.55% from 393); Max value from RGB is 235 - color contains mainly: red. Hex color #EB227C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB227C is #14DD83. Grayscale: #686868. Windows color (decimal): -1367428 or 8135403. OLE color: 8135403.

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

Color convert

RGB 235 34 124 -
CMYK 0 0.86 0.47 0.08
HSL 333.13º 0.83% 0.53% -
HSV(B) 333.13º 0.86% 0.92% -
XYZ 38.47 20.26 20.95 -
YUV 104.36 139.09 221.18 -
System Red Green Blue C M Y K H S L
Decimal 235 34 124 0 0.86 0.47 0.08 333.13 0.83 0.53
Hex EB 22 7C 0 56 2F 8 14D 53 35
Octal 353 42 174 0 126 57 10 515 123 65
Binary 11101011 100010 1111100 0 1010110 101111 1000 101001101 1010011 110101

Color Harmonies of #EB227C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB227C

Black with #EB227C

Text Example


Text Example

White with #EB227C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB227C; }

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

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

background-color css

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

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

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

border-color css

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

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

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