Html Css Color HEX #EB358D Deep Cerise

📋 copy color: '#EB358D'

red 235 ◦ green 53 ◦ blue 141

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

Shades of Deep Cerise #EB358D

Tints of Deep Cerise #EB358D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.35%

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

R = 54.78%
G = 12.35%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.4

 K value IS 0.08

RGB Variations

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

Color information

#EB358D (or 0xEB358D) is known color: Deep Cerise. HEX triplet: EB, 35 and 8D. RGB value is (235,53,141). Sum of RGB (Red+Green+Blue) = 235+53+141=429 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.78% from 429); Green value is 53 (21.09% from 255 or 12.35% from 429); Blue value is 141 (55.47% from 255 or 32.87% from 429); Max value from RGB is 235 - color contains mainly: red. Hex color #EB358D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB358D is #14CA72. Grayscale: #757575. Windows color (decimal): -1362547 or 9254379. OLE color: 9254379.

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

Color convert

RGB 235 53 141 -
CMYK 0 0.77 0.4 0.08
HSL 330.99º 0.82% 0.56% -
HSV(B) 330.99º 0.77% 0.92% -
XYZ 40.34 22.13 27.34 -
YUV 117.45 141.3 211.84 -
System Red Green Blue C M Y K H S L
Decimal 235 53 141 0 0.77 0.4 0.08 330.99 0.82 0.56
Hex EB 35 8D 0 4D 28 8 14B 52 38
Octal 353 65 215 0 115 50 10 513 122 70
Binary 11101011 110101 10001101 0 1001101 101000 1000 101001011 1010010 111000

Color Harmonies of #EB358D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB358D

Black with #EB358D

Text Example


Text Example

White with #EB358D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB358D; }

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

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

background-color css

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

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

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

border-color css

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

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

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