Html Css Color HEX #ED0146 Razzmatazz

📋 copy color: '#ED0146'

red 237 ◦ green 1 ◦ blue 70

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

Shades of Razzmatazz #ED0146

Tints of Razzmatazz #ED0146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 22.73%

R = 76.95%
G = 0.32%
B = 22.73%

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

#ED0146 (or 0xED0146) is known color: Razzmatazz. HEX triplet: ED, 01 and 46. RGB value is (237,1,70). Sum of RGB (Red+Green+Blue) = 237+1+70=308 (40% of max value = 765). Red value is 237 (92.97% from 255 or 76.95% from 308); Green value is 1 (0.78% from 255 or 0.32% from 308); Blue value is 70 (27.73% from 255 or 22.73% from 308); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0146 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0146 is #12FEB9. Grayscale: #4F4F4F. Windows color (decimal): -1244858 or 4588013. OLE color: 4588013.

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

Color convert

RGB 237 1 70 -
CMYK 0 1.00 0.70 0.07
HSL 342.46º 0.99% 0.47% -
HSV(B) 342.46º 1% 0.93% -
XYZ 36.04 18.47 7.46 -
YUV 79.43 122.69 240.39 -
System Red Green Blue C M Y K H S L
Decimal 237 1 70 0 1.00 0.70 0.07 342.46 0.99 0.47
Hex ED 1 46 0 64 46 7 156 63 2F
Octal 355 1 106 0 144 106 7 526 143 57
Binary 11101101 1 1000110 0 1100100 1000110 111 101010110 1100011 101111

Color Harmonies of #ED0146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0146

Black with #ED0146

Text Example


Text Example

White with #ED0146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0146; }

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

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

background-color css

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

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

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

border-color css

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

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

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