Html Css Color HEX #ED0479 Razzmatazz

📋 copy color: '#ED0479'

red 237 ◦ green 4 ◦ blue 121

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

Shades of Razzmatazz #ED0479

Tints of Razzmatazz #ED0479

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 33.43%

R = 65.47%
G = 1.1%
B = 33.43%

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

#ED0479 (or 0xED0479) is known color: Razzmatazz. HEX triplet: ED, 04 and 79. RGB value is (237,4,121). Sum of RGB (Red+Green+Blue) = 237+4+121=362 (47% of max value = 765). Red value is 237 (92.97% from 255 or 65.47% from 362); Green value is 4 (1.95% from 255 or 1.10% from 362); Blue value is 121 (47.66% from 255 or 33.43% from 362); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0479 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED0479 is #12FB86. Grayscale: #565656. Windows color (decimal): -1244039 or 7931117. OLE color: 7931117.

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

Color convert

RGB 237 4 121 -
CMYK 0 0.98 0.49 0.07
HSL 329.87º 0.97% 0.47% -
HSV(B) 329.87º 0.98% 0.93% -
XYZ 38.42 19.47 19.82 -
YUV 87.01 147.19 234.99 -
System Red Green Blue C M Y K H S L
Decimal 237 4 121 0 0.98 0.49 0.07 329.87 0.97 0.47
Hex ED 4 79 0 62 31 7 14A 61 2F
Octal 355 4 171 0 142 61 7 512 141 57
Binary 11101101 100 1111001 0 1100010 110001 111 101001010 1100001 101111

Color Harmonies of #ED0479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0479

Black with #ED0479

Text Example


Text Example

White with #ED0479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0479; }

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

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

background-color css

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

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

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

border-color css

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

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

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