Html Css Color HEX #ED3174 Cerise

📋 copy color: '#ED3174'

red 237 ◦ green 49 ◦ blue 116

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

Shades of Cerise #ED3174

Tints of Cerise #ED3174

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.19%

 BLUE value IS 116 (45.7% from 255) = 28.86%

R = 58.96%
G = 12.19%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#ED3174 (or 0xED3174) is known color: Cerise. HEX triplet: ED, 31 and 74. RGB value is (237,49,116). Sum of RGB (Red+Green+Blue) = 237+49+116=402 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.96% from 402); Green value is 49 (19.53% from 255 or 12.19% from 402); Blue value is 116 (45.70% from 255 or 28.86% from 402); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3174 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED3174 is #12CE8B. Grayscale: #707070. Windows color (decimal): -1232524 or 7614957. OLE color: 7614957.

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

Color convert

RGB 237 49 116 -
CMYK 0 0.79 0.51 0.07
HSL 338.62º 0.84% 0.56% -
HSV(B) 338.62º 0.79% 0.93% -
XYZ 39.18 21.46 18.6 -
YUV 112.85 129.78 216.55 -
System Red Green Blue C M Y K H S L
Decimal 237 49 116 0 0.79 0.51 0.07 338.62 0.84 0.56
Hex ED 31 74 0 4F 33 7 153 54 38
Octal 355 61 164 0 117 63 7 523 124 70
Binary 11101101 110001 1110100 0 1001111 110011 111 101010011 1010100 111000

Color Harmonies of #ED3174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3174

Black with #ED3174

Text Example


Text Example

White with #ED3174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3174; }

 p { color: rgb(237,49,116); }

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

background-color css

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

 a { background-color: rgb(237,49,116); }

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

border-color css

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

 span { border-color: rgb(237,49,116); }

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