Html Css Color HEX #ED0247 Razzmatazz

📋 copy color: '#ED0247'

red 237 ◦ green 2 ◦ blue 71

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

Shades of Razzmatazz #ED0247

Tints of Razzmatazz #ED0247

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.65%

 BLUE value IS 71 (28.13% from 255) = 22.9%

R = 76.45%
G = 0.65%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#ED0247 (or 0xED0247) is known color: Razzmatazz. HEX triplet: ED, 02 and 47. RGB value is (237,2,71). Sum of RGB (Red+Green+Blue) = 237+2+71=310 (41% of max value = 765). Red value is 237 (92.97% from 255 or 76.45% from 310); Green value is 2 (1.17% from 255 or 0.65% from 310); Blue value is 71 (28.12% from 255 or 22.90% from 310); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0247 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0247 is #12FDB8. Grayscale: #505050. Windows color (decimal): -1244601 or 4653805. OLE color: 4653805.

HSL color Cylindrical-coordinate representation of color #ED0247: hue angle of 342.38º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ED0247 is Cyan = 0, Magento = 0.99, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 2 71 -
CMYK 0 0.99 0.70 0.07
HSL 342.38º 0.98% 0.47% -
HSV(B) 342.38º 0.99% 0.93% -
XYZ 36.08 18.5 7.63 -
YUV 80.13 122.86 239.89 -
System Red Green Blue C M Y K H S L
Decimal 237 2 71 0 0.99 0.70 0.07 342.38 0.98 0.47
Hex ED 2 47 0 63 46 7 156 62 2F
Octal 355 2 107 0 143 106 7 526 142 57
Binary 11101101 10 1000111 0 1100011 1000110 111 101010110 1100010 101111

Color Harmonies of #ED0247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0247

Black with #ED0247

Text Example


Text Example

White with #ED0247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0247; }

 p { color: rgb(237,2,71); }

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

background-color css

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

 a { background-color: rgb(237,2,71); }

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

border-color css

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

 span { border-color: rgb(237,2,71); }

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