Html Css Color HEX #ED0471 Razzmatazz

📋 copy color: '#ED0471'

red 237 ◦ green 4 ◦ blue 113

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

Shades of Razzmatazz #ED0471

Tints of Razzmatazz #ED0471

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.13%

 BLUE value IS 113 (44.53% from 255) = 31.92%

R = 66.95%
G = 1.13%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#ED0471 (or 0xED0471) is known color: Razzmatazz. HEX triplet: ED, 04 and 71. RGB value is (237,4,113). Sum of RGB (Red+Green+Blue) = 237+4+113=354 (46% of max value = 765). Red value is 237 (92.97% from 255 or 66.95% from 354); Green value is 4 (1.95% from 255 or 1.13% from 354); Blue value is 113 (44.53% from 255 or 31.92% from 354); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0471 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED0471 is #12FB8E. Grayscale: #555555. Windows color (decimal): -1244047 or 7406829. OLE color: 7406829.

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

Color convert

RGB 237 4 113 -
CMYK 0 0.98 0.52 0.07
HSL 331.93º 0.97% 0.47% -
HSV(B) 331.93º 0.98% 0.93% -
XYZ 37.95 19.28 17.34 -
YUV 86.09 143.19 235.64 -
System Red Green Blue C M Y K H S L
Decimal 237 4 113 0 0.98 0.52 0.07 331.93 0.97 0.47
Hex ED 4 71 0 62 34 7 14C 61 2F
Octal 355 4 161 0 142 64 7 514 141 57
Binary 11101101 100 1110001 0 1100010 110100 111 101001100 1100001 101111

Color Harmonies of #ED0471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0471

Black with #ED0471

Text Example


Text Example

White with #ED0471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0471; }

 p { color: rgb(237,4,113); }

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

background-color css

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

 a { background-color: rgb(237,4,113); }

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

border-color css

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

 span { border-color: rgb(237,4,113); }

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