Html Css Color HEX #ED054A Razzmatazz

📋 copy color: '#ED054A'

red 237 ◦ green 5 ◦ blue 74

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

Shades of Razzmatazz #ED054A

Tints of Razzmatazz #ED054A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 23.42%

R = 75%
G = 1.58%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#ED054A (or 0xED054A) is known color: Razzmatazz. HEX triplet: ED, 05 and 4A. RGB value is (237,5,74). Sum of RGB (Red+Green+Blue) = 237+5+74=316 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75% from 316); Green value is 5 (2.34% from 255 or 1.58% from 316); Blue value is 74 (29.30% from 255 or 23.42% from 316); Max value from RGB is 237 - color contains mainly: red. Hex color #ED054A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED054A is #12FAB5. Grayscale: #525252. Windows color (decimal): -1243830 or 4851181. OLE color: 4851181.

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

Color convert

RGB 237 5 74 -
CMYK 0 0.98 0.69 0.07
HSL 342.16º 0.96% 0.47% -
HSV(B) 342.16º 0.98% 0.93% -
XYZ 36.22 18.61 8.16 -
YUV 82.23 123.36 238.39 -
System Red Green Blue C M Y K H S L
Decimal 237 5 74 0 0.98 0.69 0.07 342.16 0.96 0.47
Hex ED 5 4A 0 62 45 7 156 60 2F
Octal 355 5 112 0 142 105 7 526 140 57
Binary 11101101 101 1001010 0 1100010 1000101 111 101010110 1100000 101111

Color Harmonies of #ED054A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED054A

Black with #ED054A

Text Example


Text Example

White with #ED054A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED054A; }

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

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

background-color css

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

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

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

border-color css

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

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

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