Html Css Color HEX #ED217D Deep Cerise

📋 copy color: '#ED217D'

red 237 ◦ green 33 ◦ blue 125

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

Shades of Deep Cerise #ED217D

Tints of Deep Cerise #ED217D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 31.65%

R = 60%
G = 8.35%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#ED217D (or 0xED217D) is known color: Deep Cerise. HEX triplet: ED, 21 and 7D. RGB value is (237,33,125). Sum of RGB (Red+Green+Blue) = 237+33+125=395 (52% of max value = 765). Red value is 237 (92.97% from 255 or 60% from 395); Green value is 33 (13.28% from 255 or 8.35% from 395); Blue value is 125 (49.22% from 255 or 31.65% from 395); Max value from RGB is 237 - color contains mainly: red. Hex color #ED217D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED217D is #12DE82. Grayscale: #686868. Windows color (decimal): -1236611 or 8200685. OLE color: 8200685.

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

Color convert

RGB 237 33 125 -
CMYK 0 0.86 0.47 0.07
HSL 332.94º 0.85% 0.53% -
HSV(B) 332.94º 0.86% 0.93% -
XYZ 39.17 20.57 21.31 -
YUV 104.48 139.59 222.52 -
System Red Green Blue C M Y K H S L
Decimal 237 33 125 0 0.86 0.47 0.07 332.94 0.85 0.53
Hex ED 21 7D 0 56 2F 7 14D 55 35
Octal 355 41 175 0 126 57 7 515 125 65
Binary 11101101 100001 1111101 0 1010110 101111 111 101001101 1010101 110101

Color Harmonies of #ED217D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED217D

Black with #ED217D

Text Example


Text Example

White with #ED217D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED217D; }

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

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

background-color css

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

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

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

border-color css

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

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

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