Html Css Color HEX #ED217E Deep Cerise

📋 copy color: '#ED217E'

red 237 ◦ green 33 ◦ blue 126

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

Shades of Deep Cerise #ED217E

Tints of Deep Cerise #ED217E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 31.82%

R = 59.85%
G = 8.33%
B = 31.82%

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

#ED217E (or 0xED217E) is known color: Deep Cerise. HEX triplet: ED, 21 and 7E. RGB value is (237,33,126). Sum of RGB (Red+Green+Blue) = 237+33+126=396 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.85% from 396); Green value is 33 (13.28% from 255 or 8.33% from 396); Blue value is 126 (49.61% from 255 or 31.82% from 396); Max value from RGB is 237 - color contains mainly: red. Hex color #ED217E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED217E is #12DE81. Grayscale: #686868. Windows color (decimal): -1236610 or 8266221. OLE color: 8266221.

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

Color convert

RGB 237 33 126 -
CMYK 0 0.86 0.47 0.07
HSL 332.65º 0.85% 0.53% -
HSV(B) 332.65º 0.86% 0.93% -
XYZ 39.23 20.6 21.65 -
YUV 104.6 140.09 222.44 -
System Red Green Blue C M Y K H S L
Decimal 237 33 126 0 0.86 0.47 0.07 332.65 0.85 0.53
Hex ED 21 7E 0 56 2F 7 14D 55 35
Octal 355 41 176 0 126 57 7 515 125 65
Binary 11101101 100001 1111110 0 1010110 101111 111 101001101 1010101 110101

Color Harmonies of #ED217E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED217E

Black with #ED217E

Text Example


Text Example

White with #ED217E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED217E; }

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

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

background-color css

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

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

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

border-color css

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

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

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