Html Css Color HEX #EB218A Deep Cerise

📋 copy color: '#EB218A'

red 235 ◦ green 33 ◦ blue 138

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

Shades of Deep Cerise #EB218A

Tints of Deep Cerise #EB218A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.13%

 BLUE value IS 138 (54.3% from 255) = 33.99%

R = 57.88%
G = 8.13%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#EB218A (or 0xEB218A) is known color: Deep Cerise. HEX triplet: EB, 21 and 8A. RGB value is (235,33,138). Sum of RGB (Red+Green+Blue) = 235+33+138=406 (53% of max value = 765). Red value is 235 (92.19% from 255 or 57.88% from 406); Green value is 33 (13.28% from 255 or 8.13% from 406); Blue value is 138 (54.30% from 255 or 33.99% from 406); Max value from RGB is 235 - color contains mainly: red. Hex color #EB218A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB218A is #14DE75. Grayscale: #696969. Windows color (decimal): -1367670 or 9052651. OLE color: 9052651.

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

Color convert

RGB 235 33 138 -
CMYK 0 0.86 0.41 0.08
HSL 328.81º 0.83% 0.53% -
HSV(B) 328.81º 0.86% 0.92% -
XYZ 39.39 20.58 25.94 -
YUV 105.37 146.42 220.46 -
System Red Green Blue C M Y K H S L
Decimal 235 33 138 0 0.86 0.41 0.08 328.81 0.83 0.53
Hex EB 21 8A 0 56 29 8 149 53 35
Octal 353 41 212 0 126 51 10 511 123 65
Binary 11101011 100001 10001010 0 1010110 101001 1000 101001001 1010011 110101

Color Harmonies of #EB218A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB218A

Black with #EB218A

Text Example


Text Example

White with #EB218A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB218A; }

 p { color: rgb(235,33,138); }

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

background-color css

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

 a { background-color: rgb(235,33,138); }

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

border-color css

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

 span { border-color: rgb(235,33,138); }

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