Html Css Color HEX #ED416D Cerise

📋 copy color: '#ED416D'

red 237 ◦ green 65 ◦ blue 109

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

Shades of Cerise #ED416D

Tints of Cerise #ED416D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.82%

 BLUE value IS 109 (42.97% from 255) = 26.52%

R = 57.66%
G = 15.82%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#ED416D (or 0xED416D) is known color: Cerise. HEX triplet: ED, 41 and 6D. RGB value is (237,65,109). Sum of RGB (Red+Green+Blue) = 237+65+109=411 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.66% from 411); Green value is 65 (25.78% from 255 or 15.82% from 411); Blue value is 109 (42.97% from 255 or 26.52% from 411); Max value from RGB is 237 - color contains mainly: red. Hex color #ED416D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED416D is #12BE92. Grayscale: #797979. Windows color (decimal): -1228435 or 7160301. OLE color: 7160301.

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

Color convert

RGB 237 65 109 -
CMYK 0 0.73 0.54 0.07
HSL 344.65º 0.83% 0.59% -
HSV(B) 344.65º 0.73% 0.93% -
XYZ 39.58 22.89 16.8 -
YUV 121.44 120.98 210.42 -
System Red Green Blue C M Y K H S L
Decimal 237 65 109 0 0.73 0.54 0.07 344.65 0.83 0.59
Hex ED 41 6D 0 49 36 7 159 53 3B
Octal 355 101 155 0 111 66 7 531 123 73
Binary 11101101 1000001 1101101 0 1001001 110110 111 101011001 1010011 111011

Color Harmonies of #ED416D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED416D

Black with #ED416D

Text Example


Text Example

White with #ED416D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED416D; }

 p { color: rgb(237,65,109); }

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

background-color css

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

 a { background-color: rgb(237,65,109); }

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

border-color css

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

 span { border-color: rgb(237,65,109); }

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