Html Css Color HEX #EB367D Deep Cerise

📋 copy color: '#EB367D'

red 235 ◦ green 54 ◦ blue 125

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

Shades of Deep Cerise #EB367D

Tints of Deep Cerise #EB367D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.04%

 BLUE value IS 125 (49.22% from 255) = 30.19%

R = 56.76%
G = 13.04%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EB367D (or 0xEB367D) is known color: Deep Cerise. HEX triplet: EB, 36 and 7D. RGB value is (235,54,125). Sum of RGB (Red+Green+Blue) = 235+54+125=414 (54% of max value = 765). Red value is 235 (92.19% from 255 or 56.76% from 414); Green value is 54 (21.48% from 255 or 13.04% from 414); Blue value is 125 (49.22% from 255 or 30.19% from 414); Max value from RGB is 235 - color contains mainly: red. Hex color #EB367D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB367D is #14C982. Grayscale: #747474. Windows color (decimal): -1362307 or 8206059. OLE color: 8206059.

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

Color convert

RGB 235 54 125 -
CMYK 0 0.77 0.47 0.08
HSL 336.46º 0.82% 0.57% -
HSV(B) 336.46º 0.77% 0.92% -
XYZ 39.28 21.78 21.54 -
YUV 116.21 132.97 212.73 -
System Red Green Blue C M Y K H S L
Decimal 235 54 125 0 0.77 0.47 0.08 336.46 0.82 0.57
Hex EB 36 7D 0 4D 2F 8 150 52 39
Octal 353 66 175 0 115 57 10 520 122 71
Binary 11101011 110110 1111101 0 1001101 101111 1000 101010000 1010010 111001

Color Harmonies of #EB367D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB367D

Black with #EB367D

Text Example


Text Example

White with #EB367D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB367D; }

 p { color: rgb(235,54,125); }

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

background-color css

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

 a { background-color: rgb(235,54,125); }

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

border-color css

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

 span { border-color: rgb(235,54,125); }

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