Html Css Color HEX #EB2D7A Deep Cerise

📋 copy color: '#EB2D7A'

red 235 ◦ green 45 ◦ blue 122

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

Shades of Deep Cerise #EB2D7A

Tints of Deep Cerise #EB2D7A

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.19%

 BLUE value IS 122 (48.05% from 255) = 30.35%

R = 58.46%
G = 11.19%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EB2D7A (or 0xEB2D7A) is known color: Deep Cerise. HEX triplet: EB, 2D and 7A. RGB value is (235,45,122). Sum of RGB (Red+Green+Blue) = 235+45+122=402 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.46% from 402); Green value is 45 (17.97% from 255 or 11.19% from 402); Blue value is 122 (48.05% from 255 or 30.35% from 402); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2D7A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB2D7A is #14D285. Grayscale: #6E6E6E. Windows color (decimal): -1364614 or 8007147. OLE color: 8007147.

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

Color convert

RGB 235 45 122 -
CMYK 0 0.81 0.48 0.08
HSL 335.68º 0.83% 0.55% -
HSV(B) 335.68º 0.81% 0.92% -
XYZ 38.71 20.94 20.41 -
YUV 110.59 134.45 216.74 -
System Red Green Blue C M Y K H S L
Decimal 235 45 122 0 0.81 0.48 0.08 335.68 0.83 0.55
Hex EB 2D 7A 0 51 30 8 150 53 37
Octal 353 55 172 0 121 60 10 520 123 67
Binary 11101011 101101 1111010 0 1010001 110000 1000 101010000 1010011 110111

Color Harmonies of #EB2D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2D7A

Black with #EB2D7A

Text Example


Text Example

White with #EB2D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2D7A; }

 p { color: rgb(235,45,122); }

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

background-color css

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

 a { background-color: rgb(235,45,122); }

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

border-color css

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

 span { border-color: rgb(235,45,122); }

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