Html Css Color HEX #ED3360 Cerise

📋 copy color: '#ED3360'

red 237 ◦ green 51 ◦ blue 96

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

Shades of Cerise #ED3360

Tints of Cerise #ED3360

RGB

 RED value IS 237 (92.97% from 255) = 61.72%

 GREEN value IS 51 (20.31% from 255) = 13.28%

 BLUE value IS 96 (37.89% from 255) = 25%

R = 61.72%
G = 13.28%
B = 25%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#ED3360 (or 0xED3360) is known color: Cerise. HEX triplet: ED, 33 and 60. RGB value is (237,51,96). Sum of RGB (Red+Green+Blue) = 237+51+96=384 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.72% from 384); Green value is 51 (20.31% from 255 or 13.28% from 384); Blue value is 96 (37.89% from 255 or 25% from 384); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3360 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED3360 is #12CC9F. Grayscale: #6F6F6F. Windows color (decimal): -1232032 or 6304749. OLE color: 6304749.

HSL color Cylindrical-coordinate representation of color #ED3360: hue angle of 345.48º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ED3360 is Cyan = 0, Magento = 0.78, Yellow = 0.59 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 51 96 -
CMYK 0 0.78 0.59 0.07
HSL 345.48º 0.84% 0.56% -
HSV(B) 345.48º 0.78% 0.93% -
XYZ 38.22 21.22 13.15 -
YUV 111.74 119.12 217.34 -
System Red Green Blue C M Y K H S L
Decimal 237 51 96 0 0.78 0.59 0.07 345.48 0.84 0.56
Hex ED 33 60 0 4E 3B 7 159 54 38
Octal 355 63 140 0 116 73 7 531 124 70
Binary 11101101 110011 1100000 0 1001110 111011 111 101011001 1010100 111000

Color Harmonies of #ED3360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3360

Black with #ED3360

Text Example


Text Example

White with #ED3360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3360; }

 p { color: rgb(237,51,96); }

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

background-color css

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

 a { background-color: rgb(237,51,96); }

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

border-color css

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

 span { border-color: rgb(237,51,96); }

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