Html Css Color HEX #ED0478 Razzmatazz

📋 copy color: '#ED0478'

red 237 ◦ green 4 ◦ blue 120

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

Shades of Razzmatazz #ED0478

Tints of Razzmatazz #ED0478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 33.24%

R = 65.65%
G = 1.11%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#ED0478 (or 0xED0478) is known color: Razzmatazz. HEX triplet: ED, 04 and 78. RGB value is (237,4,120). Sum of RGB (Red+Green+Blue) = 237+4+120=361 (47% of max value = 765). Red value is 237 (92.97% from 255 or 65.65% from 361); Green value is 4 (1.95% from 255 or 1.11% from 361); Blue value is 120 (47.27% from 255 or 33.24% from 361); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0478 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED0478 is #12FB87. Grayscale: #565656. Windows color (decimal): -1244040 or 7865581. OLE color: 7865581.

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

Color convert

RGB 237 4 120 -
CMYK 0 0.98 0.49 0.07
HSL 330.13º 0.97% 0.47% -
HSV(B) 330.13º 0.98% 0.93% -
XYZ 38.36 19.45 19.5 -
YUV 86.89 146.69 235.07 -
System Red Green Blue C M Y K H S L
Decimal 237 4 120 0 0.98 0.49 0.07 330.13 0.97 0.47
Hex ED 4 78 0 62 31 7 14A 61 2F
Octal 355 4 170 0 142 61 7 512 141 57
Binary 11101101 100 1111000 0 1100010 110001 111 101001010 1100001 101111

Color Harmonies of #ED0478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0478

Black with #ED0478

Text Example


Text Example

White with #ED0478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0478; }

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

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

background-color css

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

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

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

border-color css

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

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

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