Html Css Color HEX #ED3071 Cerise

📋 copy color: '#ED3071'

red 237 ◦ green 48 ◦ blue 113

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

Shades of Cerise #ED3071

Tints of Cerise #ED3071

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.06%

 BLUE value IS 113 (44.53% from 255) = 28.39%

R = 59.55%
G = 12.06%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#ED3071 (or 0xED3071) is known color: Cerise. HEX triplet: ED, 30 and 71. RGB value is (237,48,113). Sum of RGB (Red+Green+Blue) = 237+48+113=398 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.55% from 398); Green value is 48 (19.14% from 255 or 12.06% from 398); Blue value is 113 (44.53% from 255 or 28.39% from 398); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3071 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED3071 is #12CF8E. Grayscale: #6F6F6F. Windows color (decimal): -1232783 or 7418093. OLE color: 7418093.

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

Color convert

RGB 237 48 113 -
CMYK 0 0.80 0.52 0.07
HSL 339.37º 0.84% 0.56% -
HSV(B) 339.37º 0.8% 0.93% -
XYZ 38.96 21.31 17.68 -
YUV 111.92 128.62 217.21 -
System Red Green Blue C M Y K H S L
Decimal 237 48 113 0 0.80 0.52 0.07 339.37 0.84 0.56
Hex ED 30 71 0 50 34 7 153 54 38
Octal 355 60 161 0 120 64 7 523 124 70
Binary 11101101 110000 1110001 0 1010000 110100 111 101010011 1010100 111000

Color Harmonies of #ED3071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3071

Black with #ED3071

Text Example


Text Example

White with #ED3071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3071; }

 p { color: rgb(237,48,113); }

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

background-color css

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

 a { background-color: rgb(237,48,113); }

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

border-color css

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

 span { border-color: rgb(237,48,113); }

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