Html Css Color HEX #EB2C7F Deep Cerise

📋 copy color: '#EB2C7F'

red 235 ◦ green 44 ◦ blue 127

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

Shades of Deep Cerise #EB2C7F

Tints of Deep Cerise #EB2C7F

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.84%

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

R = 57.88%
G = 10.84%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.46

 K value IS 0.08

RGB Variations

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

Color information

#EB2C7F (or 0xEB2C7F) is known color: Deep Cerise. HEX triplet: EB, 2C and 7F. RGB value is (235,44,127). Sum of RGB (Red+Green+Blue) = 235+44+127=406 (53% of max value = 765). Red value is 235 (92.19% from 255 or 57.88% from 406); Green value is 44 (17.58% from 255 or 10.84% from 406); Blue value is 127 (50% from 255 or 31.28% from 406); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2C7F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB2C7F is #14D380. Grayscale: #6E6E6E. Windows color (decimal): -1364865 or 8334571. OLE color: 8334571.

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

Color convert

RGB 235 44 127 -
CMYK 0 0.81 0.46 0.08
HSL 333.93º 0.83% 0.55% -
HSV(B) 333.93º 0.81% 0.92% -
XYZ 38.99 21 22.08 -
YUV 110.57 137.28 216.75 -
System Red Green Blue C M Y K H S L
Decimal 235 44 127 0 0.81 0.46 0.08 333.93 0.83 0.55
Hex EB 2C 7F 0 51 2E 8 14E 53 37
Octal 353 54 177 0 121 56 10 516 123 67
Binary 11101011 101100 1111111 0 1010001 101110 1000 101001110 1010011 110111

Color Harmonies of #EB2C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2C7F

Black with #EB2C7F

Text Example


Text Example

White with #EB2C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2C7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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