Html Css Color HEX #ED056F Razzmatazz

📋 copy color: '#ED056F'

red 237 ◦ green 5 ◦ blue 111

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

Shades of Razzmatazz #ED056F

Tints of Razzmatazz #ED056F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 31.44%

R = 67.14%
G = 1.42%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#ED056F (or 0xED056F) is known color: Razzmatazz. HEX triplet: ED, 05 and 6F. RGB value is (237,5,111). Sum of RGB (Red+Green+Blue) = 237+5+111=353 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.14% from 353); Green value is 5 (2.34% from 255 or 1.42% from 353); Blue value is 111 (43.75% from 255 or 31.44% from 353); Max value from RGB is 237 - color contains mainly: red. Hex color #ED056F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED056F is #12FA90. Grayscale: #565656. Windows color (decimal): -1243793 or 7276013. OLE color: 7276013.

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

Color convert

RGB 237 5 111 -
CMYK 0 0.98 0.53 0.07
HSL 332.59º 0.96% 0.47% -
HSV(B) 332.59º 0.98% 0.93% -
XYZ 37.85 19.26 16.76 -
YUV 86.45 141.86 235.38 -
System Red Green Blue C M Y K H S L
Decimal 237 5 111 0 0.98 0.53 0.07 332.59 0.96 0.47
Hex ED 5 6F 0 62 35 7 14D 60 2F
Octal 355 5 157 0 142 65 7 515 140 57
Binary 11101101 101 1101111 0 1100010 110101 111 101001101 1100000 101111

Color Harmonies of #ED056F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED056F

Black with #ED056F

Text Example


Text Example

White with #ED056F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED056F; }

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

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

background-color css

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

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

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

border-color css

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

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

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