Html Css Color HEX #EB357A Deep Cerise

📋 copy color: '#EB357A'

red 235 ◦ green 53 ◦ blue 122

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

Shades of Deep Cerise #EB357A

Tints of Deep Cerise #EB357A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 29.76%

R = 57.32%
G = 12.93%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EB357A (or 0xEB357A) is known color: Deep Cerise. HEX triplet: EB, 35 and 7A. RGB value is (235,53,122). Sum of RGB (Red+Green+Blue) = 235+53+122=410 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.32% from 410); Green value is 53 (21.09% from 255 or 12.93% from 410); Blue value is 122 (48.05% from 255 or 29.76% from 410); Max value from RGB is 235 - color contains mainly: red. Hex color #EB357A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB357A is #14CA85. Grayscale: #737373. Windows color (decimal): -1362566 or 8009195. OLE color: 8009195.

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

Color convert

RGB 235 53 122 -
CMYK 0 0.77 0.48 0.08
HSL 337.25º 0.82% 0.56% -
HSV(B) 337.25º 0.77% 0.92% -
XYZ 39.05 21.61 20.53 -
YUV 115.28 131.8 213.39 -
System Red Green Blue C M Y K H S L
Decimal 235 53 122 0 0.77 0.48 0.08 337.25 0.82 0.56
Hex EB 35 7A 0 4D 30 8 151 52 38
Octal 353 65 172 0 115 60 10 521 122 70
Binary 11101011 110101 1111010 0 1001101 110000 1000 101010001 1010010 111000

Color Harmonies of #EB357A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB357A

Black with #EB357A

Text Example


Text Example

White with #EB357A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB357A; }

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

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

background-color css

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

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

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

border-color css

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

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

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