Html Css Color HEX #ED0154 Razzmatazz

📋 copy color: '#ED0154'

red 237 ◦ green 1 ◦ blue 84

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

Shades of Razzmatazz #ED0154

Tints of Razzmatazz #ED0154

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 26.09%

R = 73.6%
G = 0.31%
B = 26.09%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#ED0154 (or 0xED0154) is known color: Razzmatazz. HEX triplet: ED, 01 and 54. RGB value is (237,1,84). Sum of RGB (Red+Green+Blue) = 237+1+84=322 (42% of max value = 765). Red value is 237 (92.97% from 255 or 73.60% from 322); Green value is 1 (0.78% from 255 or 0.31% from 322); Blue value is 84 (33.20% from 255 or 26.09% from 322); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0154 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED0154 is #12FEAB. Grayscale: #505050. Windows color (decimal): -1244844 or 5505517. OLE color: 5505517.

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

Color convert

RGB 237 1 84 -
CMYK 0 1.00 0.65 0.07
HSL 338.9º 0.99% 0.47% -
HSV(B) 338.9º 1% 0.93% -
XYZ 36.54 18.67 10.06 -
YUV 81.03 129.69 239.25 -
System Red Green Blue C M Y K H S L
Decimal 237 1 84 0 1.00 0.65 0.07 338.9 0.99 0.47
Hex ED 1 54 0 64 41 7 153 63 2F
Octal 355 1 124 0 144 101 7 523 143 57
Binary 11101101 1 1010100 0 1100100 1000001 111 101010011 1100011 101111

Color Harmonies of #ED0154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0154

Black with #ED0154

Text Example


Text Example

White with #ED0154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0154; }

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

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

background-color css

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

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

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

border-color css

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

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

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