Html Css Color HEX #ED366F Cerise

📋 copy color: '#ED366F'

red 237 ◦ green 54 ◦ blue 111

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

Shades of Cerise #ED366F

Tints of Cerise #ED366F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 27.61%

R = 58.96%
G = 13.43%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#ED366F (or 0xED366F) is known color: Cerise. HEX triplet: ED, 36 and 6F. RGB value is (237,54,111). Sum of RGB (Red+Green+Blue) = 237+54+111=402 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.96% from 402); Green value is 54 (21.48% from 255 or 13.43% from 402); Blue value is 111 (43.75% from 255 or 27.61% from 402); Max value from RGB is 237 - color contains mainly: red. Hex color #ED366F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED366F is #12C990. Grayscale: #737373. Windows color (decimal): -1231249 or 7288557. OLE color: 7288557.

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

Color convert

RGB 237 54 111 -
CMYK 0 0.77 0.53 0.07
HSL 341.31º 0.84% 0.57% -
HSV(B) 341.31º 0.77% 0.93% -
XYZ 39.11 21.79 17.18 -
YUV 115.22 125.63 214.87 -
System Red Green Blue C M Y K H S L
Decimal 237 54 111 0 0.77 0.53 0.07 341.31 0.84 0.57
Hex ED 36 6F 0 4D 35 7 155 54 39
Octal 355 66 157 0 115 65 7 525 124 71
Binary 11101101 110110 1101111 0 1001101 110101 111 101010101 1010100 111001

Color Harmonies of #ED366F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED366F

Black with #ED366F

Text Example


Text Example

White with #ED366F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED366F; }

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

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

background-color css

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

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

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

border-color css

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

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

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