Html Css Color HEX #ED0649 Razzmatazz

📋 copy color: '#ED0649'

red 237 ◦ green 6 ◦ blue 73

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

Shades of Razzmatazz #ED0649

Tints of Razzmatazz #ED0649

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.9%

 BLUE value IS 73 (28.91% from 255) = 23.1%

R = 75%
G = 1.9%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#ED0649 (or 0xED0649) is known color: Razzmatazz. HEX triplet: ED, 06 and 49. RGB value is (237,6,73). Sum of RGB (Red+Green+Blue) = 237+6+73=316 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75% from 316); Green value is 6 (2.73% from 255 or 1.90% from 316); Blue value is 73 (28.91% from 255 or 23.10% from 316); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0649 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0649 is #12F9B6. Grayscale: #525252. Windows color (decimal): -1243575 or 4785901. OLE color: 4785901.

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

Color convert

RGB 237 6 73 -
CMYK 0 0.97 0.69 0.07
HSL 342.6º 0.95% 0.48% -
HSV(B) 342.6º 0.97% 0.93% -
XYZ 36.19 18.62 7.99 -
YUV 82.71 122.53 238.05 -
System Red Green Blue C M Y K H S L
Decimal 237 6 73 0 0.97 0.69 0.07 342.6 0.95 0.48
Hex ED 6 49 0 61 45 7 157 5F 30
Octal 355 6 111 0 141 105 7 527 137 60
Binary 11101101 110 1001001 0 1100001 1000101 111 101010111 1011111 110000

Color Harmonies of #ED0649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0649

Black with #ED0649

Text Example


Text Example

White with #ED0649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0649; }

 p { color: rgb(237,6,73); }

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

background-color css

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

 a { background-color: rgb(237,6,73); }

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

border-color css

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

 span { border-color: rgb(237,6,73); }

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