Html Css Color HEX #ED0564 Razzmatazz

📋 copy color: '#ED0564'

red 237 ◦ green 5 ◦ blue 100

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

Shades of Razzmatazz #ED0564

Tints of Razzmatazz #ED0564

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.46%

 BLUE value IS 100 (39.45% from 255) = 29.24%

R = 69.3%
G = 1.46%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#ED0564 (or 0xED0564) is known color: Razzmatazz. HEX triplet: ED, 05 and 64. RGB value is (237,5,100). Sum of RGB (Red+Green+Blue) = 237+5+100=342 (45% of max value = 765). Red value is 237 (92.97% from 255 or 69.30% from 342); Green value is 5 (2.34% from 255 or 1.46% from 342); Blue value is 100 (39.45% from 255 or 29.24% from 342); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0564 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED0564 is #12FA9B. Grayscale: #555555. Windows color (decimal): -1243804 or 6555117. OLE color: 6555117.

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

Color convert

RGB 237 5 100 -
CMYK 0 0.98 0.58 0.07
HSL 335.43º 0.96% 0.47% -
HSV(B) 335.43º 0.98% 0.93% -
XYZ 37.28 19.03 13.77 -
YUV 85.2 136.36 236.28 -
System Red Green Blue C M Y K H S L
Decimal 237 5 100 0 0.98 0.58 0.07 335.43 0.96 0.47
Hex ED 5 64 0 62 3A 7 14F 60 2F
Octal 355 5 144 0 142 72 7 517 140 57
Binary 11101101 101 1100100 0 1100010 111010 111 101001111 1100000 101111

Color Harmonies of #ED0564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0564

Black with #ED0564

Text Example


Text Example

White with #ED0564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0564; }

 p { color: rgb(237,5,100); }

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

background-color css

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

 a { background-color: rgb(237,5,100); }

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

border-color css

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

 span { border-color: rgb(237,5,100); }

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