Html Css Color HEX #ED2273 Cerise

📋 copy color: '#ED2273'

red 237 ◦ green 34 ◦ blue 115

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

Shades of Cerise #ED2273

Tints of Cerise #ED2273

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.81%

 BLUE value IS 115 (45.31% from 255) = 29.79%

R = 61.4%
G = 8.81%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#ED2273 (or 0xED2273) is known color: Cerise. HEX triplet: ED, 22 and 73. RGB value is (237,34,115). Sum of RGB (Red+Green+Blue) = 237+34+115=386 (51% of max value = 765). Red value is 237 (92.97% from 255 or 61.40% from 386); Green value is 34 (13.67% from 255 or 8.81% from 386); Blue value is 115 (45.31% from 255 or 29.79% from 386); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2273 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED2273 is #12DD8C. Grayscale: #676767. Windows color (decimal): -1236365 or 7545581. OLE color: 7545581.

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

Color convert

RGB 237 34 115 -
CMYK 0 0.86 0.51 0.07
HSL 336.06º 0.85% 0.53% -
HSV(B) 336.06º 0.86% 0.93% -
XYZ 38.59 20.39 18.12 -
YUV 103.93 134.25 222.91 -
System Red Green Blue C M Y K H S L
Decimal 237 34 115 0 0.86 0.51 0.07 336.06 0.85 0.53
Hex ED 22 73 0 56 33 7 150 55 35
Octal 355 42 163 0 126 63 7 520 125 65
Binary 11101101 100010 1110011 0 1010110 110011 111 101010000 1010101 110101

Color Harmonies of #ED2273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2273

Black with #ED2273

Text Example


Text Example

White with #ED2273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2273; }

 p { color: rgb(237,34,115); }

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

background-color css

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

 a { background-color: rgb(237,34,115); }

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

border-color css

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

 span { border-color: rgb(237,34,115); }

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