Html Css Color HEX #EB247C Deep Cerise

📋 copy color: '#EB247C'

red 235 ◦ green 36 ◦ blue 124

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

Shades of Deep Cerise #EB247C

Tints of Deep Cerise #EB247C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.11%

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

R = 59.49%
G = 9.11%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EB247C (or 0xEB247C) is known color: Deep Cerise. HEX triplet: EB, 24 and 7C. RGB value is (235,36,124). Sum of RGB (Red+Green+Blue) = 235+36+124=395 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.49% from 395); Green value is 36 (14.45% from 255 or 9.11% from 395); Blue value is 124 (48.83% from 255 or 31.39% from 395); Max value from RGB is 235 - color contains mainly: red. Hex color #EB247C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB247C is #14DB83. Grayscale: #696969. Windows color (decimal): -1366916 or 8135915. OLE color: 8135915.

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

Color convert

RGB 235 36 124 -
CMYK 0 0.85 0.47 0.08
HSL 333.47º 0.83% 0.53% -
HSV(B) 333.47º 0.85% 0.92% -
XYZ 38.53 20.38 20.97 -
YUV 105.53 138.43 220.34 -
System Red Green Blue C M Y K H S L
Decimal 235 36 124 0 0.85 0.47 0.08 333.47 0.83 0.53
Hex EB 24 7C 0 55 2F 8 14D 53 35
Octal 353 44 174 0 125 57 10 515 123 65
Binary 11101011 100100 1111100 0 1010101 101111 1000 101001101 1010011 110101

Color Harmonies of #EB247C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB247C

Black with #EB247C

Text Example


Text Example

White with #EB247C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB247C; }

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

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

background-color css

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

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

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

border-color css

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

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

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