Html Css Color HEX #ED045F Razzmatazz

📋 copy color: '#ED045F'

red 237 ◦ green 4 ◦ blue 95

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

Shades of Razzmatazz #ED045F

Tints of Razzmatazz #ED045F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 28.27%

R = 70.54%
G = 1.19%
B = 28.27%

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

#ED045F (or 0xED045F) is known color: Razzmatazz. HEX triplet: ED, 04 and 5F. RGB value is (237,4,95). Sum of RGB (Red+Green+Blue) = 237+4+95=336 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.54% from 336); Green value is 4 (1.95% from 255 or 1.19% from 336); Blue value is 95 (37.5% from 255 or 28.27% from 336); Max value from RGB is 237 - color contains mainly: red. Hex color #ED045F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED045F is #12FBA0. Grayscale: #535353. Windows color (decimal): -1244065 or 6227181. OLE color: 6227181.

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

Color convert

RGB 237 4 95 -
CMYK 0 0.98 0.60 0.07
HSL 336.57º 0.97% 0.47% -
HSV(B) 336.57º 0.98% 0.93% -
XYZ 37.03 18.92 12.53 -
YUV 84.04 134.19 237.1 -
System Red Green Blue C M Y K H S L
Decimal 237 4 95 0 0.98 0.60 0.07 336.57 0.97 0.47
Hex ED 4 5F 0 62 3C 7 151 61 2F
Octal 355 4 137 0 142 74 7 521 141 57
Binary 11101101 100 1011111 0 1100010 111100 111 101010001 1100001 101111

Color Harmonies of #ED045F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED045F

Black with #ED045F

Text Example


Text Example

White with #ED045F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED045F; }

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

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

background-color css

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

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

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

border-color css

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

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

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