Html Css Color HEX #ED056E Razzmatazz

📋 copy color: '#ED056E'

red 237 ◦ green 5 ◦ blue 110

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

Shades of Razzmatazz #ED056E

Tints of Razzmatazz #ED056E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 31.25%

R = 67.33%
G = 1.42%
B = 31.25%

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

#ED056E (or 0xED056E) is known color: Razzmatazz. HEX triplet: ED, 05 and 6E. RGB value is (237,5,110). Sum of RGB (Red+Green+Blue) = 237+5+110=352 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.33% from 352); Green value is 5 (2.34% from 255 or 1.42% from 352); Blue value is 110 (43.36% from 255 or 31.25% from 352); Max value from RGB is 237 - color contains mainly: red. Hex color #ED056E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED056E is #12FA91. Grayscale: #565656. Windows color (decimal): -1243794 or 7210477. OLE color: 7210477.

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

Color convert

RGB 237 5 110 -
CMYK 0 0.98 0.54 0.07
HSL 332.84º 0.96% 0.47% -
HSV(B) 332.84º 0.98% 0.93% -
XYZ 37.79 19.24 16.47 -
YUV 86.34 141.36 235.46 -
System Red Green Blue C M Y K H S L
Decimal 237 5 110 0 0.98 0.54 0.07 332.84 0.96 0.47
Hex ED 5 6E 0 62 36 7 14D 60 2F
Octal 355 5 156 0 142 66 7 515 140 57
Binary 11101101 101 1101110 0 1100010 110110 111 101001101 1100000 101111

Color Harmonies of #ED056E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED056E

Black with #ED056E

Text Example


Text Example

White with #ED056E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED056E; }

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

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

background-color css

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

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

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

border-color css

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

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

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