Html Css Color HEX #ED046C Razzmatazz

📋 copy color: '#ED046C'

red 237 ◦ green 4 ◦ blue 108

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

Shades of Razzmatazz #ED046C

Tints of Razzmatazz #ED046C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 30.95%

R = 67.91%
G = 1.15%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#ED046C (or 0xED046C) is known color: Razzmatazz. HEX triplet: ED, 04 and 6C. RGB value is (237,4,108). Sum of RGB (Red+Green+Blue) = 237+4+108=349 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.91% from 349); Green value is 4 (1.95% from 255 or 1.15% from 349); Blue value is 108 (42.58% from 255 or 30.95% from 349); Max value from RGB is 237 - color contains mainly: red. Hex color #ED046C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED046C is #12FB93. Grayscale: #555555. Windows color (decimal): -1244052 or 7079149. OLE color: 7079149.

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

Color convert

RGB 237 4 108 -
CMYK 0 0.98 0.54 0.07
HSL 333.22º 0.97% 0.47% -
HSV(B) 333.22º 0.98% 0.93% -
XYZ 37.68 19.17 15.9 -
YUV 85.52 140.69 236.04 -
System Red Green Blue C M Y K H S L
Decimal 237 4 108 0 0.98 0.54 0.07 333.22 0.97 0.47
Hex ED 4 6C 0 62 36 7 14D 61 2F
Octal 355 4 154 0 142 66 7 515 141 57
Binary 11101101 100 1101100 0 1100010 110110 111 101001101 1100001 101111

Color Harmonies of #ED046C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED046C

Black with #ED046C

Text Example


Text Example

White with #ED046C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED046C; }

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

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

background-color css

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

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

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

border-color css

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

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

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