Html Css Color HEX #EB358C Deep Cerise

📋 copy color: '#EB358C'

red 235 ◦ green 53 ◦ blue 140

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

Shades of Deep Cerise #EB358C

Tints of Deep Cerise #EB358C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 32.71%

R = 54.91%
G = 12.38%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EB358C (or 0xEB358C) is known color: Deep Cerise. HEX triplet: EB, 35 and 8C. RGB value is (235,53,140). Sum of RGB (Red+Green+Blue) = 235+53+140=428 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.91% from 428); Green value is 53 (21.09% from 255 or 12.38% from 428); Blue value is 140 (55.08% from 255 or 32.71% from 428); Max value from RGB is 235 - color contains mainly: red. Hex color #EB358C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB358C is #14CA73. Grayscale: #757575. Windows color (decimal): -1362548 or 9188843. OLE color: 9188843.

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

Color convert

RGB 235 53 140 -
CMYK 0 0.77 0.40 0.08
HSL 331.32º 0.82% 0.56% -
HSV(B) 331.32º 0.77% 0.92% -
XYZ 40.27 22.1 26.95 -
YUV 117.34 140.8 211.93 -
System Red Green Blue C M Y K H S L
Decimal 235 53 140 0 0.77 0.40 0.08 331.32 0.82 0.56
Hex EB 35 8C 0 4D 28 8 14B 52 38
Octal 353 65 214 0 115 50 10 513 122 70
Binary 11101011 110101 10001100 0 1001101 101000 1000 101001011 1010010 111000

Color Harmonies of #EB358C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB358C

Black with #EB358C

Text Example


Text Example

White with #EB358C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB358C; }

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

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

background-color css

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

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

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

border-color css

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

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

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