Html Css Color HEX #ED277F Deep Cerise

📋 copy color: '#ED277F'

red 237 ◦ green 39 ◦ blue 127

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

Shades of Deep Cerise #ED277F

Tints of Deep Cerise #ED277F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.68%

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

R = 58.81%
G = 9.68%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#ED277F (or 0xED277F) is known color: Deep Cerise. HEX triplet: ED, 27 and 7F. RGB value is (237,39,127). Sum of RGB (Red+Green+Blue) = 237+39+127=403 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.81% from 403); Green value is 39 (15.62% from 255 or 9.68% from 403); Blue value is 127 (50% from 255 or 31.51% from 403); Max value from RGB is 237 - color contains mainly: red. Hex color #ED277F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED277F is #12D880. Grayscale: #6C6C6C. Windows color (decimal): -1235073 or 8333293. OLE color: 8333293.

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

Color convert

RGB 237 39 127 -
CMYK 0 0.84 0.46 0.07
HSL 333.33º 0.85% 0.54% -
HSV(B) 333.33º 0.84% 0.93% -
XYZ 39.48 20.99 22.05 -
YUV 108.23 138.6 219.84 -
System Red Green Blue C M Y K H S L
Decimal 237 39 127 0 0.84 0.46 0.07 333.33 0.85 0.54
Hex ED 27 7F 0 54 2E 7 14D 55 36
Octal 355 47 177 0 124 56 7 515 125 66
Binary 11101101 100111 1111111 0 1010100 101110 111 101001101 1010101 110110

Color Harmonies of #ED277F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED277F

Black with #ED277F

Text Example


Text Example

White with #ED277F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED277F; }

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

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

background-color css

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

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

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

border-color css

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

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

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