Html Css Color HEX #ED045E Razzmatazz

📋 copy color: '#ED045E'

red 237 ◦ green 4 ◦ blue 94

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

Shades of Razzmatazz #ED045E

Tints of Razzmatazz #ED045E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 28.06%

R = 70.75%
G = 1.19%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#ED045E (or 0xED045E) is known color: Razzmatazz. HEX triplet: ED, 04 and 5E. RGB value is (237,4,94). Sum of RGB (Red+Green+Blue) = 237+4+94=335 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.75% from 335); Green value is 4 (1.95% from 255 or 1.19% from 335); Blue value is 94 (37.11% from 255 or 28.06% from 335); Max value from RGB is 237 - color contains mainly: red. Hex color #ED045E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED045E is #12FBA1. Grayscale: #535353. Windows color (decimal): -1244066 or 6161645. OLE color: 6161645.

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

Color convert

RGB 237 4 94 -
CMYK 0 0.98 0.60 0.07
HSL 336.82º 0.97% 0.47% -
HSV(B) 336.82º 0.98% 0.93% -
XYZ 36.99 18.9 12.29 -
YUV 83.93 133.69 237.18 -
System Red Green Blue C M Y K H S L
Decimal 237 4 94 0 0.98 0.60 0.07 336.82 0.97 0.47
Hex ED 4 5E 0 62 3C 7 151 61 2F
Octal 355 4 136 0 142 74 7 521 141 57
Binary 11101101 100 1011110 0 1100010 111100 111 101010001 1100001 101111

Color Harmonies of #ED045E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED045E

Black with #ED045E

Text Example


Text Example

White with #ED045E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED045E; }

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

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

background-color css

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

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

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

border-color css

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

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

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