Html Css Color HEX #EB2A7F Deep Cerise

📋 copy color: '#EB2A7F'

red 235 ◦ green 42 ◦ blue 127

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

Shades of Deep Cerise #EB2A7F

Tints of Deep Cerise #EB2A7F

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.4%

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

R = 58.17%
G = 10.4%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.46

 K value IS 0.08

RGB Variations

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

Color information

#EB2A7F (or 0xEB2A7F) is known color: Deep Cerise. HEX triplet: EB, 2A and 7F. RGB value is (235,42,127). Sum of RGB (Red+Green+Blue) = 235+42+127=404 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.17% from 404); Green value is 42 (16.80% from 255 or 10.40% from 404); Blue value is 127 (50% from 255 or 31.44% from 404); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2A7F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB2A7F is #14D580. Grayscale: #6D6D6D. Windows color (decimal): -1365377 or 8334059. OLE color: 8334059.

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

Color convert

RGB 235 42 127 -
CMYK 0 0.82 0.46 0.08
HSL 333.58º 0.83% 0.54% -
HSV(B) 333.58º 0.82% 0.92% -
XYZ 38.92 20.85 22.05 -
YUV 109.4 137.94 217.59 -
System Red Green Blue C M Y K H S L
Decimal 235 42 127 0 0.82 0.46 0.08 333.58 0.83 0.54
Hex EB 2A 7F 0 52 2E 8 14E 53 36
Octal 353 52 177 0 122 56 10 516 123 66
Binary 11101011 101010 1111111 0 1010010 101110 1000 101001110 1010011 110110

Color Harmonies of #EB2A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2A7F

Black with #EB2A7F

Text Example


Text Example

White with #EB2A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2A7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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