Html Css Color HEX #ED365F Cerise

📋 copy color: '#ED365F'

red 237 ◦ green 54 ◦ blue 95

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

Shades of Cerise #ED365F

Tints of Cerise #ED365F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.99%

 BLUE value IS 95 (37.5% from 255) = 24.61%

R = 61.4%
G = 13.99%
B = 24.61%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#ED365F (or 0xED365F) is known color: Cerise. HEX triplet: ED, 36 and 5F. RGB value is (237,54,95). Sum of RGB (Red+Green+Blue) = 237+54+95=386 (51% of max value = 765). Red value is 237 (92.97% from 255 or 61.40% from 386); Green value is 54 (21.48% from 255 or 13.99% from 386); Blue value is 95 (37.5% from 255 or 24.61% from 386); Max value from RGB is 237 - color contains mainly: red. Hex color #ED365F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED365F is #12C9A0. Grayscale: #717171. Windows color (decimal): -1231265 or 6239981. OLE color: 6239981.

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

Color convert

RGB 237 54 95 -
CMYK 0 0.77 0.60 0.07
HSL 346.56º 0.84% 0.57% -
HSV(B) 346.56º 0.77% 0.93% -
XYZ 38.31 21.47 12.95 -
YUV 113.39 117.63 216.17 -
System Red Green Blue C M Y K H S L
Decimal 237 54 95 0 0.77 0.60 0.07 346.56 0.84 0.57
Hex ED 36 5F 0 4D 3C 7 15B 54 39
Octal 355 66 137 0 115 74 7 533 124 71
Binary 11101101 110110 1011111 0 1001101 111100 111 101011011 1010100 111001

Color Harmonies of #ED365F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED365F

Black with #ED365F

Text Example


Text Example

White with #ED365F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED365F; }

 p { color: rgb(237,54,95); }

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

background-color css

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

 a { background-color: rgb(237,54,95); }

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

border-color css

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

 span { border-color: rgb(237,54,95); }

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