Html Css Color HEX #EB297F Deep Cerise

📋 copy color: '#EB297F'

red 235 ◦ green 41 ◦ blue 127

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

Shades of Deep Cerise #EB297F

Tints of Deep Cerise #EB297F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 31.51%

R = 58.31%
G = 10.17%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.46

 K value IS 0.08

RGB Variations

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

Color information

#EB297F (or 0xEB297F) is known color: Deep Cerise. HEX triplet: EB, 29 and 7F. RGB value is (235,41,127). Sum of RGB (Red+Green+Blue) = 235+41+127=403 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.31% from 403); Green value is 41 (16.41% from 255 or 10.17% from 403); Blue value is 127 (50% from 255 or 31.51% from 403); Max value from RGB is 235 - color contains mainly: red. Hex color #EB297F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB297F is #14D680. Grayscale: #6C6C6C. Windows color (decimal): -1365633 or 8333803. OLE color: 8333803.

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

Color convert

RGB 235 41 127 -
CMYK 0 0.83 0.46 0.08
HSL 333.4º 0.83% 0.54% -
HSV(B) 333.4º 0.83% 0.92% -
XYZ 38.88 20.78 22.04 -
YUV 108.81 138.27 218.01 -
System Red Green Blue C M Y K H S L
Decimal 235 41 127 0 0.83 0.46 0.08 333.4 0.83 0.54
Hex EB 29 7F 0 53 2E 8 14D 53 36
Octal 353 51 177 0 123 56 10 515 123 66
Binary 11101011 101001 1111111 0 1010011 101110 1000 101001101 1010011 110110

Color Harmonies of #EB297F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB297F

Black with #EB297F

Text Example


Text Example

White with #EB297F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB297F; }

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

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

background-color css

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

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

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

border-color css

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

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

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