Html Css Color HEX #ED0754 Razzmatazz

📋 copy color: '#ED0754'

red 237 ◦ green 7 ◦ blue 84

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

Shades of Razzmatazz #ED0754

Tints of Razzmatazz #ED0754

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.13%

 BLUE value IS 84 (33.2% from 255) = 25.61%

R = 72.26%
G = 2.13%
B = 25.61%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#ED0754 (or 0xED0754) is known color: Razzmatazz. HEX triplet: ED, 07 and 54. RGB value is (237,7,84). Sum of RGB (Red+Green+Blue) = 237+7+84=328 (43% of max value = 765). Red value is 237 (92.97% from 255 or 72.26% from 328); Green value is 7 (3.12% from 255 or 2.13% from 328); Blue value is 84 (33.20% from 255 or 25.61% from 328); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0754 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED0754 is #12F8AB. Grayscale: #545454. Windows color (decimal): -1243308 or 5507053. OLE color: 5507053.

HSL color Cylindrical-coordinate representation of color #ED0754: hue angle of 339.91º degrees, saturation: 0.94, 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 #ED0754 is Cyan = 0, Magento = 0.97, Yellow = 0.65 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 7 84 -
CMYK 0 0.97 0.65 0.07
HSL 339.91º 0.94% 0.48% -
HSV(B) 339.91º 0.97% 0.93% -
XYZ 36.6 18.8 10.09 -
YUV 84.55 127.7 236.74 -
System Red Green Blue C M Y K H S L
Decimal 237 7 84 0 0.97 0.65 0.07 339.91 0.94 0.48
Hex ED 7 54 0 61 41 7 154 5E 30
Octal 355 7 124 0 141 101 7 524 136 60
Binary 11101101 111 1010100 0 1100001 1000001 111 101010100 1011110 110000

Color Harmonies of #ED0754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0754

Black with #ED0754

Text Example


Text Example

White with #ED0754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0754; }

 p { color: rgb(237,7,84); }

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

background-color css

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

 a { background-color: rgb(237,7,84); }

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

border-color css

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

 span { border-color: rgb(237,7,84); }

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