Html Css Color HEX #ED0156 Razzmatazz

📋 copy color: '#ED0156'

red 237 ◦ green 1 ◦ blue 86

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

Shades of Razzmatazz #ED0156

Tints of Razzmatazz #ED0156

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.31%

 BLUE value IS 86 (33.98% from 255) = 26.54%

R = 73.15%
G = 0.31%
B = 26.54%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#ED0156 (or 0xED0156) is known color: Razzmatazz. HEX triplet: ED, 01 and 56. RGB value is (237,1,86). Sum of RGB (Red+Green+Blue) = 237+1+86=324 (42% of max value = 765). Red value is 237 (92.97% from 255 or 73.15% from 324); Green value is 1 (0.78% from 255 or 0.31% from 324); Blue value is 86 (33.98% from 255 or 26.54% from 324); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0156 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED0156 is #12FEA9. Grayscale: #515151. Windows color (decimal): -1244842 or 5636589. OLE color: 5636589.

HSL color Cylindrical-coordinate representation of color #ED0156: hue angle of 338.39º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ED0156 is Cyan = 0, Magento = 1.00, Yellow = 0.64 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 1 86 -
CMYK 0 1.00 0.64 0.07
HSL 338.39º 0.99% 0.47% -
HSV(B) 338.39º 1% 0.93% -
XYZ 36.62 18.7 10.48 -
YUV 81.25 130.69 239.09 -
System Red Green Blue C M Y K H S L
Decimal 237 1 86 0 1.00 0.64 0.07 338.39 0.99 0.47
Hex ED 1 56 0 64 40 7 152 63 2F
Octal 355 1 126 0 144 100 7 522 143 57
Binary 11101101 1 1010110 0 1100100 1000000 111 101010010 1100011 101111

Color Harmonies of #ED0156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0156

Black with #ED0156

Text Example


Text Example

White with #ED0156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0156; }

 p { color: rgb(237,1,86); }

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

background-color css

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

 a { background-color: rgb(237,1,86); }

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

border-color css

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

 span { border-color: rgb(237,1,86); }

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