Html Css Color HEX #ED316C Cerise

📋 copy color: '#ED316C'

red 237 ◦ green 49 ◦ blue 108

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

Shades of Cerise #ED316C

Tints of Cerise #ED316C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.44%

 BLUE value IS 108 (42.58% from 255) = 27.41%

R = 60.15%
G = 12.44%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#ED316C (or 0xED316C) is known color: Cerise. HEX triplet: ED, 31 and 6C. RGB value is (237,49,108). Sum of RGB (Red+Green+Blue) = 237+49+108=394 (52% of max value = 765). Red value is 237 (92.97% from 255 or 60.15% from 394); Green value is 49 (19.53% from 255 or 12.44% from 394); Blue value is 108 (42.58% from 255 or 27.41% from 394); Max value from RGB is 237 - color contains mainly: red. Hex color #ED316C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED316C is #12CE93. Grayscale: #6F6F6F. Windows color (decimal): -1232532 or 7090669. OLE color: 7090669.

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

Color convert

RGB 237 49 108 -
CMYK 0 0.79 0.54 0.07
HSL 341.17º 0.84% 0.56% -
HSV(B) 341.17º 0.79% 0.93% -
XYZ 38.73 21.28 16.25 -
YUV 111.94 125.78 217.2 -
System Red Green Blue C M Y K H S L
Decimal 237 49 108 0 0.79 0.54 0.07 341.17 0.84 0.56
Hex ED 31 6C 0 4F 36 7 155 54 38
Octal 355 61 154 0 117 66 7 525 124 70
Binary 11101101 110001 1101100 0 1001111 110110 111 101010101 1010100 111000

Color Harmonies of #ED316C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED316C

Black with #ED316C

Text Example


Text Example

White with #ED316C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED316C; }

 p { color: rgb(237,49,108); }

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

background-color css

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

 a { background-color: rgb(237,49,108); }

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

border-color css

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

 span { border-color: rgb(237,49,108); }

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