Html Css Color HEX #ED416E Cerise

📋 copy color: '#ED416E'

red 237 ◦ green 65 ◦ blue 110

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

Shades of Cerise #ED416E

Tints of Cerise #ED416E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 26.7%

R = 57.52%
G = 15.78%
B = 26.7%

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

#ED416E (or 0xED416E) is known color: Cerise. HEX triplet: ED, 41 and 6E. RGB value is (237,65,110). Sum of RGB (Red+Green+Blue) = 237+65+110=412 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.52% from 412); Green value is 65 (25.78% from 255 or 15.78% from 412); Blue value is 110 (43.36% from 255 or 26.70% from 412); Max value from RGB is 237 - color contains mainly: red. Hex color #ED416E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED416E is #12BE91. Grayscale: #797979. Windows color (decimal): -1228434 or 7225837. OLE color: 7225837.

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

Color convert

RGB 237 65 110 -
CMYK 0 0.73 0.54 0.07
HSL 344.3º 0.83% 0.59% -
HSV(B) 344.3º 0.73% 0.93% -
XYZ 39.63 22.91 17.09 -
YUV 121.56 121.48 210.34 -
System Red Green Blue C M Y K H S L
Decimal 237 65 110 0 0.73 0.54 0.07 344.3 0.83 0.59
Hex ED 41 6E 0 49 36 7 158 53 3B
Octal 355 101 156 0 111 66 7 530 123 73
Binary 11101101 1000001 1101110 0 1001001 110110 111 101011000 1010011 111011

Color Harmonies of #ED416E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED416E

Black with #ED416E

Text Example


Text Example

White with #ED416E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED416E; }

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

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

background-color css

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

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

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

border-color css

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

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

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