Html Css Color HEX #ED0061 Razzmatazz

📋 copy color: '#ED0061'

red 237 ◦ green 0 ◦ blue 97

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

Shades of Razzmatazz #ED0061

Tints of Razzmatazz #ED0061

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 97 (38.28% from 255) = 29.04%

R = 70.96%
G = 0%
B = 29.04%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#ED0061 (or 0xED0061) is known color: Razzmatazz. HEX triplet: ED, 00 and 61. RGB value is (237,0,97). Sum of RGB (Red+Green+Blue) = 237+0+97=334 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.96% from 334); Green value is 0 (0.39% from 255 or 0% from 334); Blue value is 97 (38.28% from 255 or 29.04% from 334); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0061 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED0061 is #12FF9E. Grayscale: #515151. Windows color (decimal): -1245087 or 6357229. OLE color: 6357229.

HSL color Cylindrical-coordinate representation of color #ED0061: hue angle of 335.44º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ED0061 is Cyan = 0, Magento = 1, Yellow = 0.59 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 0 97 -
CMYK 0 1 0.59 0.07
HSL 335.44º 1% 0.46% -
HSV(B) 335.44º 1% 0.93% -
XYZ 37.08 18.87 13 -
YUV 81.92 136.52 238.61 -
System Red Green Blue C M Y K H S L
Decimal 237 0 97 0 1 0.59 0.07 335.44 1 0.46
Hex ED 0 61 0 64 3B 7 14F 64 2E
Octal 355 0 141 0 144 73 7 517 144 56
Binary 11101101 0 1100001 0 1100100 111011 111 101001111 1100100 101110

Color Harmonies of #ED0061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0061

Black with #ED0061

Text Example


Text Example

White with #ED0061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0061; }

 p { color: rgb(237,0,97); }

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

background-color css

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

 a { background-color: rgb(237,0,97); }

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

border-color css

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

 span { border-color: rgb(237,0,97); }

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