Html Css Color HEX #EB228D Deep Cerise

📋 copy color: '#EB228D'

red 235 ◦ green 34 ◦ blue 141

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

Shades of Deep Cerise #EB228D

Tints of Deep Cerise #EB228D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 34.39%

R = 57.32%
G = 8.29%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.4

 K value IS 0.08

RGB Variations

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

Color information

#EB228D (or 0xEB228D) is known color: Deep Cerise. HEX triplet: EB, 22 and 8D. RGB value is (235,34,141). Sum of RGB (Red+Green+Blue) = 235+34+141=410 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.32% from 410); Green value is 34 (13.67% from 255 or 8.29% from 410); Blue value is 141 (55.47% from 255 or 34.39% from 410); Max value from RGB is 235 - color contains mainly: red. Hex color #EB228D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB228D is #14DD72. Grayscale: #6A6A6A. Windows color (decimal): -1367411 or 9249515. OLE color: 9249515.

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

Color convert

RGB 235 34 141 -
CMYK 0 0.86 0.4 0.08
HSL 328.06º 0.83% 0.53% -
HSV(B) 328.06º 0.86% 0.92% -
XYZ 39.64 20.73 27.11 -
YUV 106.3 147.59 219.8 -
System Red Green Blue C M Y K H S L
Decimal 235 34 141 0 0.86 0.4 0.08 328.06 0.83 0.53
Hex EB 22 8D 0 56 28 8 148 53 35
Octal 353 42 215 0 126 50 10 510 123 65
Binary 11101011 100010 10001101 0 1010110 101000 1000 101001000 1010011 110101

Color Harmonies of #EB228D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB228D

Black with #EB228D

Text Example


Text Example

White with #EB228D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB228D; }

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

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

background-color css

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

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

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

border-color css

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

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

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