Html Css Color HEX #EB297C Deep Cerise

📋 copy color: '#EB297C'

red 235 ◦ green 41 ◦ blue 124

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

Shades of Deep Cerise #EB297C

Tints of Deep Cerise #EB297C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.25%

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

R = 58.75%
G = 10.25%
B = 31%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EB297C (or 0xEB297C) is known color: Deep Cerise. HEX triplet: EB, 29 and 7C. RGB value is (235,41,124). Sum of RGB (Red+Green+Blue) = 235+41+124=400 (52% of max value = 765). Red value is 235 (92.19% from 255 or 58.75% from 400); Green value is 41 (16.41% from 255 or 10.25% from 400); Blue value is 124 (48.83% from 255 or 31% from 400); Max value from RGB is 235 - color contains mainly: red. Hex color #EB297C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB297C is #14D683. Grayscale: #6C6C6C. Windows color (decimal): -1365636 or 8137195. OLE color: 8137195.

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

Color convert

RGB 235 41 124 -
CMYK 0 0.83 0.47 0.08
HSL 334.33º 0.83% 0.54% -
HSV(B) 334.33º 0.83% 0.92% -
XYZ 38.69 20.7 21.03 -
YUV 108.47 136.77 218.25 -
System Red Green Blue C M Y K H S L
Decimal 235 41 124 0 0.83 0.47 0.08 334.33 0.83 0.54
Hex EB 29 7C 0 53 2F 8 14E 53 36
Octal 353 51 174 0 123 57 10 516 123 66
Binary 11101011 101001 1111100 0 1010011 101111 1000 101001110 1010011 110110

Color Harmonies of #EB297C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB297C

Black with #EB297C

Text Example


Text Example

White with #EB297C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB297C; }

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

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

background-color css

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

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

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

border-color css

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

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

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