Html Css Color HEX #EB227D Deep Cerise

📋 copy color: '#EB227D'

red 235 ◦ green 34 ◦ blue 125

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

Shades of Deep Cerise #EB227D

Tints of Deep Cerise #EB227D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.63%

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

R = 59.64%
G = 8.63%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EB227D (or 0xEB227D) is known color: Deep Cerise. HEX triplet: EB, 22 and 7D. RGB value is (235,34,125). Sum of RGB (Red+Green+Blue) = 235+34+125=394 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.64% from 394); Green value is 34 (13.67% from 255 or 8.63% from 394); Blue value is 125 (49.22% from 255 or 31.73% from 394); Max value from RGB is 235 - color contains mainly: red. Hex color #EB227D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB227D is #14DD82. Grayscale: #686868. Windows color (decimal): -1367427 or 8200939. OLE color: 8200939.

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

Color convert

RGB 235 34 125 -
CMYK 0 0.86 0.47 0.08
HSL 332.84º 0.83% 0.53% -
HSV(B) 332.84º 0.86% 0.92% -
XYZ 38.53 20.29 21.29 -
YUV 104.47 139.59 221.1 -
System Red Green Blue C M Y K H S L
Decimal 235 34 125 0 0.86 0.47 0.08 332.84 0.83 0.53
Hex EB 22 7D 0 56 2F 8 14D 53 35
Octal 353 42 175 0 126 57 10 515 123 65
Binary 11101011 100010 1111101 0 1010110 101111 1000 101001101 1010011 110101

Color Harmonies of #EB227D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB227D

Black with #EB227D

Text Example


Text Example

White with #EB227D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB227D; }

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

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

background-color css

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

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

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

border-color css

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

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

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