Html Css Color HEX #ED0772 Razzmatazz

📋 copy color: '#ED0772'

red 237 ◦ green 7 ◦ blue 114

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

Shades of Razzmatazz #ED0772

Tints of Razzmatazz #ED0772

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 31.84%

R = 66.2%
G = 1.96%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#ED0772 (or 0xED0772) is known color: Razzmatazz. HEX triplet: ED, 07 and 72. RGB value is (237,7,114). Sum of RGB (Red+Green+Blue) = 237+7+114=358 (47% of max value = 765). Red value is 237 (92.97% from 255 or 66.20% from 358); Green value is 7 (3.12% from 255 or 1.96% from 358); Blue value is 114 (44.92% from 255 or 31.84% from 358); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0772 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED0772 is #12F88D. Grayscale: #575757. Windows color (decimal): -1243278 or 7473133. OLE color: 7473133.

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

Color convert

RGB 237 7 114 -
CMYK 0 0.97 0.52 0.07
HSL 332.09º 0.94% 0.48% -
HSV(B) 332.09º 0.97% 0.93% -
XYZ 38.04 19.37 17.65 -
YUV 87.97 142.7 234.3 -
System Red Green Blue C M Y K H S L
Decimal 237 7 114 0 0.97 0.52 0.07 332.09 0.94 0.48
Hex ED 7 72 0 61 34 7 14C 5E 30
Octal 355 7 162 0 141 64 7 514 136 60
Binary 11101101 111 1110010 0 1100001 110100 111 101001100 1011110 110000

Color Harmonies of #ED0772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0772

Black with #ED0772

Text Example


Text Example

White with #ED0772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0772; }

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

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

background-color css

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

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

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

border-color css

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

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

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