Html Css Color HEX #ED227F Deep Cerise

📋 copy color: '#ED227F'

red 237 ◦ green 34 ◦ blue 127

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

Shades of Deep Cerise #ED227F

Tints of Deep Cerise #ED227F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.54%

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

R = 59.55%
G = 8.54%
B = 31.91%

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

#ED227F (or 0xED227F) is known color: Deep Cerise. HEX triplet: ED, 22 and 7F. RGB value is (237,34,127). Sum of RGB (Red+Green+Blue) = 237+34+127=398 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.55% from 398); Green value is 34 (13.67% from 255 or 8.54% from 398); Blue value is 127 (50% from 255 or 31.91% from 398); Max value from RGB is 237 - color contains mainly: red. Hex color #ED227F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED227F is #12DD80. Grayscale: #696969. Windows color (decimal): -1236353 or 8332013. OLE color: 8332013.

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

Color convert

RGB 237 34 127 -
CMYK 0 0.86 0.46 0.07
HSL 332.51º 0.85% 0.53% -
HSV(B) 332.51º 0.86% 0.93% -
XYZ 39.33 20.68 22 -
YUV 105.3 140.25 221.94 -
System Red Green Blue C M Y K H S L
Decimal 237 34 127 0 0.86 0.46 0.07 332.51 0.85 0.53
Hex ED 22 7F 0 56 2E 7 14D 55 35
Octal 355 42 177 0 126 56 7 515 125 65
Binary 11101101 100010 1111111 0 1010110 101110 111 101001101 1010101 110101

Color Harmonies of #ED227F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED227F

Black with #ED227F

Text Example


Text Example

White with #ED227F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED227F; }

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

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

background-color css

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

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

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

border-color css

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

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

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