Html Css Color HEX #ED0460 Razzmatazz

📋 copy color: '#ED0460'

red 237 ◦ green 4 ◦ blue 96

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

Shades of Razzmatazz #ED0460

Tints of Razzmatazz #ED0460

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.19%

 BLUE value IS 96 (37.89% from 255) = 28.49%

R = 70.33%
G = 1.19%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#ED0460 (or 0xED0460) is known color: Razzmatazz. HEX triplet: ED, 04 and 60. RGB value is (237,4,96). Sum of RGB (Red+Green+Blue) = 237+4+96=337 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.33% from 337); Green value is 4 (1.95% from 255 or 1.19% from 337); Blue value is 96 (37.89% from 255 or 28.49% from 337); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0460 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED0460 is #12FB9F. Grayscale: #545454. Windows color (decimal): -1244064 or 6292717. OLE color: 6292717.

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

Color convert

RGB 237 4 96 -
CMYK 0 0.98 0.59 0.07
HSL 336.31º 0.97% 0.47% -
HSV(B) 336.31º 0.98% 0.93% -
XYZ 37.08 18.94 12.77 -
YUV 84.16 134.69 237.02 -
System Red Green Blue C M Y K H S L
Decimal 237 4 96 0 0.98 0.59 0.07 336.31 0.97 0.47
Hex ED 4 60 0 62 3B 7 150 61 2F
Octal 355 4 140 0 142 73 7 520 141 57
Binary 11101101 100 1100000 0 1100010 111011 111 101010000 1100001 101111

Color Harmonies of #ED0460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0460

Black with #ED0460

Text Example


Text Example

White with #ED0460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0460; }

 p { color: rgb(237,4,96); }

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

background-color css

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

 a { background-color: rgb(237,4,96); }

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

border-color css

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

 span { border-color: rgb(237,4,96); }

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