Html Css Color HEX #EB355D Cerise

📋 copy color: '#EB355D'

red 235 ◦ green 53 ◦ blue 93

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

Shades of Cerise #EB355D

Tints of Cerise #EB355D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 24.41%

R = 61.68%
G = 13.91%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EB355D (or 0xEB355D) is known color: Cerise. HEX triplet: EB, 35 and 5D. RGB value is (235,53,93). Sum of RGB (Red+Green+Blue) = 235+53+93=381 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.68% from 381); Green value is 53 (21.09% from 255 or 13.91% from 381); Blue value is 93 (36.72% from 255 or 24.41% from 381); Max value from RGB is 235 - color contains mainly: red. Hex color #EB355D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB355D is #14CAA2. Grayscale: #707070. Windows color (decimal): -1362595 or 6108651. OLE color: 6108651.

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

Color convert

RGB 235 53 93 -
CMYK 0 0.77 0.60 0.08
HSL 346.81º 0.82% 0.56% -
HSV(B) 346.81º 0.77% 0.92% -
XYZ 37.51 21 12.43 -
YUV 111.98 117.3 215.75 -
System Red Green Blue C M Y K H S L
Decimal 235 53 93 0 0.77 0.60 0.08 346.81 0.82 0.56
Hex EB 35 5D 0 4D 3C 8 15B 52 38
Octal 353 65 135 0 115 74 10 533 122 70
Binary 11101011 110101 1011101 0 1001101 111100 1000 101011011 1010010 111000

Color Harmonies of #EB355D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB355D

Black with #EB355D

Text Example


Text Example

White with #EB355D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB355D; }

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

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

background-color css

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

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

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

border-color css

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

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

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