Html Css Color HEX #ED0570 Razzmatazz

📋 copy color: '#ED0570'

red 237 ◦ green 5 ◦ blue 112

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

Shades of Razzmatazz #ED0570

Tints of Razzmatazz #ED0570

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.41%

 BLUE value IS 112 (44.14% from 255) = 31.64%

R = 66.95%
G = 1.41%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#ED0570 (or 0xED0570) is known color: Razzmatazz. HEX triplet: ED, 05 and 70. RGB value is (237,5,112). Sum of RGB (Red+Green+Blue) = 237+5+112=354 (46% of max value = 765). Red value is 237 (92.97% from 255 or 66.95% from 354); Green value is 5 (2.34% from 255 or 1.41% from 354); Blue value is 112 (44.14% from 255 or 31.64% from 354); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0570 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED0570 is #12FA8F. Grayscale: #565656. Windows color (decimal): -1243792 or 7341549. OLE color: 7341549.

HSL color Cylindrical-coordinate representation of color #ED0570: hue angle of 332.33º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ED0570 is Cyan = 0, Magento = 0.98, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 5 112 -
CMYK 0 0.98 0.53 0.07
HSL 332.33º 0.96% 0.47% -
HSV(B) 332.33º 0.98% 0.93% -
XYZ 37.9 19.28 17.05 -
YUV 86.57 142.36 235.3 -
System Red Green Blue C M Y K H S L
Decimal 237 5 112 0 0.98 0.53 0.07 332.33 0.96 0.47
Hex ED 5 70 0 62 35 7 14C 60 2F
Octal 355 5 160 0 142 65 7 514 140 57
Binary 11101101 101 1110000 0 1100010 110101 111 101001100 1100000 101111

Color Harmonies of #ED0570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0570

Black with #ED0570

Text Example


Text Example

White with #ED0570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0570; }

 p { color: rgb(237,5,112); }

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

background-color css

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

 a { background-color: rgb(237,5,112); }

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

border-color css

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

 span { border-color: rgb(237,5,112); }

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