Html Css Color HEX #ED0147 Razzmatazz

📋 copy color: '#ED0147'

red 237 ◦ green 1 ◦ blue 71

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

Shades of Razzmatazz #ED0147

Tints of Razzmatazz #ED0147

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.32%

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

R = 76.7%
G = 0.32%
B = 22.98%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#ED0147 (or 0xED0147) is known color: Razzmatazz. HEX triplet: ED, 01 and 47. RGB value is (237,1,71). Sum of RGB (Red+Green+Blue) = 237+1+71=309 (40% of max value = 765). Red value is 237 (92.97% from 255 or 76.70% from 309); Green value is 1 (0.78% from 255 or 0.32% from 309); Blue value is 71 (28.12% from 255 or 22.98% from 309); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0147 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0147 is #12FEB8. Grayscale: #4F4F4F. Windows color (decimal): -1244857 or 4653549. OLE color: 4653549.

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

Color convert

RGB 237 1 71 -
CMYK 0 1.00 0.70 0.07
HSL 342.2º 0.99% 0.47% -
HSV(B) 342.2º 1% 0.93% -
XYZ 36.07 18.48 7.63 -
YUV 79.54 123.19 240.31 -
System Red Green Blue C M Y K H S L
Decimal 237 1 71 0 1.00 0.70 0.07 342.2 0.99 0.47
Hex ED 1 47 0 64 46 7 156 63 2F
Octal 355 1 107 0 144 106 7 526 143 57
Binary 11101101 1 1000111 0 1100100 1000110 111 101010110 1100011 101111

Color Harmonies of #ED0147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0147

Black with #ED0147

Text Example


Text Example

White with #ED0147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0147; }

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

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

background-color css

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

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

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

border-color css

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

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

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