Html Css Color HEX #ED0C61 Razzmatazz

📋 copy color: '#ED0C61'

red 237 ◦ green 12 ◦ blue 97

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

Shades of Razzmatazz #ED0C61

Tints of Razzmatazz #ED0C61

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.47%

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

R = 68.5%
G = 3.47%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#ED0C61 (or 0xED0C61) is known color: Razzmatazz. HEX triplet: ED, 0C and 61. RGB value is (237,12,97). Sum of RGB (Red+Green+Blue) = 237+12+97=346 (45% of max value = 765). Red value is 237 (92.97% from 255 or 68.50% from 346); Green value is 12 (5.08% from 255 or 3.47% from 346); Blue value is 97 (38.28% from 255 or 28.03% from 346); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0C61 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED0C61 is #12F39E. Grayscale: #585858. Windows color (decimal): -1242015 or 6360301. OLE color: 6360301.

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

Color convert

RGB 237 12 97 -
CMYK 0 0.95 0.59 0.07
HSL 337.33º 0.9% 0.49% -
HSV(B) 337.33º 0.95% 0.93% -
XYZ 37.21 19.13 13.04 -
YUV 88.97 132.54 233.59 -
System Red Green Blue C M Y K H S L
Decimal 237 12 97 0 0.95 0.59 0.07 337.33 0.9 0.49
Hex ED C 61 0 5F 3B 7 151 5A 31
Octal 355 14 141 0 137 73 7 521 132 61
Binary 11101101 1100 1100001 0 1011111 111011 111 101010001 1011010 110001

Color Harmonies of #ED0C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0C61

Black with #ED0C61

Text Example


Text Example

White with #ED0C61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0C61; }

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

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

background-color css

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

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

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

border-color css

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

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

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