Html Css Color HEX #EB237A Deep Cerise

📋 copy color: '#EB237A'

red 235 ◦ green 35 ◦ blue 122

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

Shades of Deep Cerise #EB237A

Tints of Deep Cerise #EB237A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.93%

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

R = 59.95%
G = 8.93%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EB237A (or 0xEB237A) is known color: Deep Cerise. HEX triplet: EB, 23 and 7A. RGB value is (235,35,122). Sum of RGB (Red+Green+Blue) = 235+35+122=392 (51% of max value = 765). Red value is 235 (92.19% from 255 or 59.95% from 392); Green value is 35 (14.06% from 255 or 8.93% from 392); Blue value is 122 (48.05% from 255 or 31.12% from 392); Max value from RGB is 235 - color contains mainly: red. Hex color #EB237A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB237A is #14DC85. Grayscale: #686868. Windows color (decimal): -1367174 or 8004587. OLE color: 8004587.

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

Color convert

RGB 235 35 122 -
CMYK 0 0.85 0.48 0.08
HSL 333.9º 0.83% 0.53% -
HSV(B) 333.9º 0.85% 0.92% -
XYZ 38.37 20.27 20.3 -
YUV 104.72 137.76 220.93 -
System Red Green Blue C M Y K H S L
Decimal 235 35 122 0 0.85 0.48 0.08 333.9 0.83 0.53
Hex EB 23 7A 0 55 30 8 14E 53 35
Octal 353 43 172 0 125 60 10 516 123 65
Binary 11101011 100011 1111010 0 1010101 110000 1000 101001110 1010011 110101

Color Harmonies of #EB237A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB237A

Black with #EB237A

Text Example


Text Example

White with #EB237A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB237A; }

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

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

background-color css

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

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

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

border-color css

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

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

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