Html Css Color HEX #ED3274 Cerise

📋 copy color: '#ED3274'

red 237 ◦ green 50 ◦ blue 116

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

Shades of Cerise #ED3274

Tints of Cerise #ED3274

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.41%

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

R = 58.81%
G = 12.41%
B = 28.78%

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

#ED3274 (or 0xED3274) is known color: Cerise. HEX triplet: ED, 32 and 74. RGB value is (237,50,116). Sum of RGB (Red+Green+Blue) = 237+50+116=403 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.81% from 403); Green value is 50 (19.92% from 255 or 12.41% from 403); Blue value is 116 (45.70% from 255 or 28.78% from 403); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3274 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED3274 is #12CD8B. Grayscale: #717171. Windows color (decimal): -1232268 or 7615213. OLE color: 7615213.

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

Color convert

RGB 237 50 116 -
CMYK 0 0.79 0.51 0.07
HSL 338.82º 0.84% 0.56% -
HSV(B) 338.82º 0.79% 0.93% -
XYZ 39.22 21.55 18.61 -
YUV 113.44 129.45 216.13 -
System Red Green Blue C M Y K H S L
Decimal 237 50 116 0 0.79 0.51 0.07 338.82 0.84 0.56
Hex ED 32 74 0 4F 33 7 153 54 38
Octal 355 62 164 0 117 63 7 523 124 70
Binary 11101101 110010 1110100 0 1001111 110011 111 101010011 1010100 111000

Color Harmonies of #ED3274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3274

Black with #ED3274

Text Example


Text Example

White with #ED3274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3274; }

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

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

background-color css

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

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

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

border-color css

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

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

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