Html Css Color HEX #ED3272 Cerise

📋 copy color: '#ED3272'

red 237 ◦ green 50 ◦ blue 114

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

Shades of Cerise #ED3272

Tints of Cerise #ED3272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 28.43%

R = 59.1%
G = 12.47%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#ED3272 (or 0xED3272) is known color: Cerise. HEX triplet: ED, 32 and 72. RGB value is (237,50,114). Sum of RGB (Red+Green+Blue) = 237+50+114=401 (53% of max value = 765). Red value is 237 (92.97% from 255 or 59.10% from 401); Green value is 50 (19.92% from 255 or 12.47% from 401); Blue value is 114 (44.92% from 255 or 28.43% from 401); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3272 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED3272 is #12CD8D. Grayscale: #717171. Windows color (decimal): -1232270 or 7484141. OLE color: 7484141.

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

Color convert

RGB 237 50 114 -
CMYK 0 0.79 0.52 0.07
HSL 339.47º 0.84% 0.56% -
HSV(B) 339.47º 0.79% 0.93% -
XYZ 39.1 21.5 18.01 -
YUV 113.21 128.45 216.3 -
System Red Green Blue C M Y K H S L
Decimal 237 50 114 0 0.79 0.52 0.07 339.47 0.84 0.56
Hex ED 32 72 0 4F 34 7 153 54 38
Octal 355 62 162 0 117 64 7 523 124 70
Binary 11101101 110010 1110010 0 1001111 110100 111 101010011 1010100 111000

Color Harmonies of #ED3272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3272

Black with #ED3272

Text Example


Text Example

White with #ED3272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3272; }

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

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

background-color css

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

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

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

border-color css

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

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

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