Html Css Color HEX #ED054D Razzmatazz

📋 copy color: '#ED054D'

red 237 ◦ green 5 ◦ blue 77

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

Shades of Razzmatazz #ED054D

Tints of Razzmatazz #ED054D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 24.14%

R = 74.29%
G = 1.57%
B = 24.14%

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

#ED054D (or 0xED054D) is known color: Razzmatazz. HEX triplet: ED, 05 and 4D. RGB value is (237,5,77). Sum of RGB (Red+Green+Blue) = 237+5+77=319 (42% of max value = 765). Red value is 237 (92.97% from 255 or 74.29% from 319); Green value is 5 (2.34% from 255 or 1.57% from 319); Blue value is 77 (30.47% from 255 or 24.14% from 319); Max value from RGB is 237 - color contains mainly: red. Hex color #ED054D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED054D is #12FAB2. Grayscale: #525252. Windows color (decimal): -1243827 or 5047789. OLE color: 5047789.

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

Color convert

RGB 237 5 77 -
CMYK 0 0.98 0.68 0.07
HSL 341.38º 0.96% 0.47% -
HSV(B) 341.38º 0.98% 0.93% -
XYZ 36.32 18.65 8.71 -
YUV 82.58 124.86 238.15 -
System Red Green Blue C M Y K H S L
Decimal 237 5 77 0 0.98 0.68 0.07 341.38 0.96 0.47
Hex ED 5 4D 0 62 44 7 155 60 2F
Octal 355 5 115 0 142 104 7 525 140 57
Binary 11101101 101 1001101 0 1100010 1000100 111 101010101 1100000 101111

Color Harmonies of #ED054D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED054D

Black with #ED054D

Text Example


Text Example

White with #ED054D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED054D; }

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

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

background-color css

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

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

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

border-color css

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

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

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