Html Css Color HEX #ED217F Deep Cerise

📋 copy color: '#ED217F'

red 237 ◦ green 33 ◦ blue 127

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

Shades of Deep Cerise #ED217F

Tints of Deep Cerise #ED217F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.31%

 BLUE value IS 127 (50% from 255) = 31.99%

R = 59.7%
G = 8.31%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#ED217F (or 0xED217F) is known color: Deep Cerise. HEX triplet: ED, 21 and 7F. RGB value is (237,33,127). Sum of RGB (Red+Green+Blue) = 237+33+127=397 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.70% from 397); Green value is 33 (13.28% from 255 or 8.31% from 397); Blue value is 127 (50% from 255 or 31.99% from 397); Max value from RGB is 237 - color contains mainly: red. Hex color #ED217F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED217F is #12DE80. Grayscale: #686868. Windows color (decimal): -1236609 or 8331757. OLE color: 8331757.

HSL color Cylindrical-coordinate representation of color #ED217F: hue angle of 332.35º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ED217F is Cyan = 0, Magento = 0.86, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 33 127 -
CMYK 0 0.86 0.46 0.07
HSL 332.35º 0.85% 0.53% -
HSV(B) 332.35º 0.86% 0.93% -
XYZ 39.3 20.62 21.99 -
YUV 104.71 140.59 222.36 -
System Red Green Blue C M Y K H S L
Decimal 237 33 127 0 0.86 0.46 0.07 332.35 0.85 0.53
Hex ED 21 7F 0 56 2E 7 14C 55 35
Octal 355 41 177 0 126 56 7 514 125 65
Binary 11101101 100001 1111111 0 1010110 101110 111 101001100 1010101 110101

Color Harmonies of #ED217F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED217F

Black with #ED217F

Text Example


Text Example

White with #ED217F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED217F; }

 p { color: rgb(237,33,127); }

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

background-color css

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

 a { background-color: rgb(237,33,127); }

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

border-color css

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

 span { border-color: rgb(237,33,127); }

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