Html Css Color HEX #ED0347 Razzmatazz

📋 copy color: '#ED0347'

red 237 ◦ green 3 ◦ blue 71

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

Shades of Razzmatazz #ED0347

Tints of Razzmatazz #ED0347

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.96%

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

R = 76.21%
G = 0.96%
B = 22.83%

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

#ED0347 (or 0xED0347) is known color: Razzmatazz. HEX triplet: ED, 03 and 47. RGB value is (237,3,71). Sum of RGB (Red+Green+Blue) = 237+3+71=311 (41% of max value = 765). Red value is 237 (92.97% from 255 or 76.21% from 311); Green value is 3 (1.56% from 255 or 0.96% from 311); Blue value is 71 (28.12% from 255 or 22.83% from 311); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0347 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0347 is #12FCB8. Grayscale: #505050. Windows color (decimal): -1244345 or 4654061. OLE color: 4654061.

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

Color convert

RGB 237 3 71 -
CMYK 0 0.99 0.70 0.07
HSL 342.56º 0.98% 0.47% -
HSV(B) 342.56º 0.99% 0.93% -
XYZ 36.09 18.52 7.63 -
YUV 80.72 122.52 239.47 -
System Red Green Blue C M Y K H S L
Decimal 237 3 71 0 0.99 0.70 0.07 342.56 0.98 0.47
Hex ED 3 47 0 63 46 7 157 62 2F
Octal 355 3 107 0 143 106 7 527 142 57
Binary 11101101 11 1000111 0 1100011 1000110 111 101010111 1100010 101111

Color Harmonies of #ED0347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0347

Black with #ED0347

Text Example


Text Example

White with #ED0347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0347; }

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

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

background-color css

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

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

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

border-color css

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

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

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