Html Css Color HEX #ED347F Deep Cerise

📋 copy color: '#ED347F'

red 237 ◦ green 52 ◦ blue 127

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

Shades of Deep Cerise #ED347F

Tints of Deep Cerise #ED347F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.5%

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

R = 56.97%
G = 12.5%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#ED347F (or 0xED347F) is known color: Deep Cerise. HEX triplet: ED, 34 and 7F. RGB value is (237,52,127). Sum of RGB (Red+Green+Blue) = 237+52+127=416 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.97% from 416); Green value is 52 (20.70% from 255 or 12.5% from 416); Blue value is 127 (50% from 255 or 30.53% from 416); Max value from RGB is 237 - color contains mainly: red. Hex color #ED347F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED347F is #12CB80. Grayscale: #737373. Windows color (decimal): -1231745 or 8336621. OLE color: 8336621.

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

Color convert

RGB 237 52 127 -
CMYK 0 0.78 0.46 0.07
HSL 335.68º 0.84% 0.57% -
HSV(B) 335.68º 0.78% 0.93% -
XYZ 39.98 21.99 22.22 -
YUV 115.87 134.29 214.4 -
System Red Green Blue C M Y K H S L
Decimal 237 52 127 0 0.78 0.46 0.07 335.68 0.84 0.57
Hex ED 34 7F 0 4E 2E 7 150 54 39
Octal 355 64 177 0 116 56 7 520 124 71
Binary 11101101 110100 1111111 0 1001110 101110 111 101010000 1010100 111001

Color Harmonies of #ED347F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED347F

Black with #ED347F

Text Example


Text Example

White with #ED347F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED347F; }

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

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

background-color css

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

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

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

border-color css

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

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

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