Html Css Color HEX #ED0078 Razzmatazz

📋 copy color: '#ED0078'

red 237 ◦ green 0 ◦ blue 120

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

Shades of Razzmatazz #ED0078

Tints of Razzmatazz #ED0078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 33.61%

R = 66.39%
G = 0%
B = 33.61%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#ED0078 (or 0xED0078) is known color: Razzmatazz. HEX triplet: ED, 00 and 78. RGB value is (237,0,120). Sum of RGB (Red+Green+Blue) = 237+0+120=357 (47% of max value = 765). Red value is 237 (92.97% from 255 or 66.39% from 357); Green value is 0 (0.39% from 255 or 0% from 357); Blue value is 120 (47.27% from 255 or 33.61% from 357); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0078 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED0078 is #12FF87. Grayscale: #545454. Windows color (decimal): -1245064 or 7864557. OLE color: 7864557.

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

Color convert

RGB 237 0 120 -
CMYK 0 1 0.49 0.07
HSL 329.62º 1% 0.46% -
HSV(B) 329.62º 1% 0.93% -
XYZ 38.32 19.36 19.49 -
YUV 84.54 148.02 236.74 -
System Red Green Blue C M Y K H S L
Decimal 237 0 120 0 1 0.49 0.07 329.62 1 0.46
Hex ED 0 78 0 64 31 7 14A 64 2E
Octal 355 0 170 0 144 61 7 512 144 56
Binary 11101101 0 1111000 0 1100100 110001 111 101001010 1100100 101110

Color Harmonies of #ED0078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0078

Black with #ED0078

Text Example


Text Example

White with #ED0078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0078; }

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

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

background-color css

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

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

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

border-color css

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

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

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