Html Css Color HEX #ED054C Razzmatazz

📋 copy color: '#ED054C'

red 237 ◦ green 5 ◦ blue 76

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

Shades of Razzmatazz #ED054C

Tints of Razzmatazz #ED054C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 23.9%

R = 74.53%
G = 1.57%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#ED054C (or 0xED054C) is known color: Razzmatazz. HEX triplet: ED, 05 and 4C. RGB value is (237,5,76). Sum of RGB (Red+Green+Blue) = 237+5+76=318 (42% of max value = 765). Red value is 237 (92.97% from 255 or 74.53% from 318); Green value is 5 (2.34% from 255 or 1.57% from 318); Blue value is 76 (30.08% from 255 or 23.90% from 318); Max value from RGB is 237 - color contains mainly: red. Hex color #ED054C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED054C is #12FAB3. Grayscale: #525252. Windows color (decimal): -1243828 or 4982253. OLE color: 4982253.

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

Color convert

RGB 237 5 76 -
CMYK 0 0.98 0.68 0.07
HSL 341.64º 0.96% 0.47% -
HSV(B) 341.64º 0.98% 0.93% -
XYZ 36.28 18.63 8.52 -
YUV 82.46 124.36 238.23 -
System Red Green Blue C M Y K H S L
Decimal 237 5 76 0 0.98 0.68 0.07 341.64 0.96 0.47
Hex ED 5 4C 0 62 44 7 156 60 2F
Octal 355 5 114 0 142 104 7 526 140 57
Binary 11101101 101 1001100 0 1100010 1000100 111 101010110 1100000 101111

Color Harmonies of #ED054C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED054C

Black with #ED054C

Text Example


Text Example

White with #ED054C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED054C; }

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

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

background-color css

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

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

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

border-color css

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

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

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