Html Css Color HEX #ED055C Razzmatazz

📋 copy color: '#ED055C'

red 237 ◦ green 5 ◦ blue 92

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

Shades of Razzmatazz #ED055C

Tints of Razzmatazz #ED055C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 27.54%

R = 70.96%
G = 1.5%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#ED055C (or 0xED055C) is known color: Razzmatazz. HEX triplet: ED, 05 and 5C. RGB value is (237,5,92). Sum of RGB (Red+Green+Blue) = 237+5+92=334 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.96% from 334); Green value is 5 (2.34% from 255 or 1.50% from 334); Blue value is 92 (36.33% from 255 or 27.54% from 334); Max value from RGB is 237 - color contains mainly: red. Hex color #ED055C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED055C is #12FAA3. Grayscale: #545454. Windows color (decimal): -1243812 or 6030829. OLE color: 6030829.

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

Color convert

RGB 237 5 92 -
CMYK 0 0.98 0.61 0.07
HSL 337.5º 0.96% 0.47% -
HSV(B) 337.5º 0.98% 0.93% -
XYZ 36.91 18.89 11.83 -
YUV 84.29 132.36 236.93 -
System Red Green Blue C M Y K H S L
Decimal 237 5 92 0 0.98 0.61 0.07 337.5 0.96 0.47
Hex ED 5 5C 0 62 3D 7 152 60 2F
Octal 355 5 134 0 142 75 7 522 140 57
Binary 11101101 101 1011100 0 1100010 111101 111 101010010 1100000 101111

Color Harmonies of #ED055C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED055C

Black with #ED055C

Text Example


Text Example

White with #ED055C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED055C; }

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

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

background-color css

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

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

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

border-color css

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

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

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