Html Css Color HEX #ED3562 Cerise

📋 copy color: '#ED3562'

red 237 ◦ green 53 ◦ blue 98

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

Shades of Cerise #ED3562

Tints of Cerise #ED3562

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 25.26%

R = 61.08%
G = 13.66%
B = 25.26%

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

#ED3562 (or 0xED3562) is known color: Cerise. HEX triplet: ED, 35 and 62. RGB value is (237,53,98). Sum of RGB (Red+Green+Blue) = 237+53+98=388 (51% of max value = 765). Red value is 237 (92.97% from 255 or 61.08% from 388); Green value is 53 (21.09% from 255 or 13.66% from 388); Blue value is 98 (38.67% from 255 or 25.26% from 388); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3562 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED3562 is #12CA9D. Grayscale: #717171. Windows color (decimal): -1231518 or 6436333. OLE color: 6436333.

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

Color convert

RGB 237 53 98 -
CMYK 0 0.78 0.59 0.07
HSL 345.33º 0.84% 0.57% -
HSV(B) 345.33º 0.78% 0.93% -
XYZ 38.4 21.43 13.67 -
YUV 113.15 119.46 216.34 -
System Red Green Blue C M Y K H S L
Decimal 237 53 98 0 0.78 0.59 0.07 345.33 0.84 0.57
Hex ED 35 62 0 4E 3B 7 159 54 39
Octal 355 65 142 0 116 73 7 531 124 71
Binary 11101101 110101 1100010 0 1001110 111011 111 101011001 1010100 111001

Color Harmonies of #ED3562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3562

Black with #ED3562

Text Example


Text Example

White with #ED3562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3562; }

 p { color: rgb(237,53,98); }

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

background-color css

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

 a { background-color: rgb(237,53,98); }

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

border-color css

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

 span { border-color: rgb(237,53,98); }

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