Html Css Color HEX #ED0654 Razzmatazz

📋 copy color: '#ED0654'

red 237 ◦ green 6 ◦ blue 84

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

Shades of Razzmatazz #ED0654

Tints of Razzmatazz #ED0654

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.83%

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

R = 72.48%
G = 1.83%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#ED0654 (or 0xED0654) is known color: Razzmatazz. HEX triplet: ED, 06 and 54. RGB value is (237,6,84). Sum of RGB (Red+Green+Blue) = 237+6+84=327 (43% of max value = 765). Red value is 237 (92.97% from 255 or 72.48% from 327); Green value is 6 (2.73% from 255 or 1.83% from 327); Blue value is 84 (33.20% from 255 or 25.69% from 327); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0654 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED0654 is #12F9AB. Grayscale: #535353. Windows color (decimal): -1243564 or 5506797. OLE color: 5506797.

HSL color Cylindrical-coordinate representation of color #ED0654: hue angle of 339.74º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ED0654 is Cyan = 0, Magento = 0.97, Yellow = 0.65 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 6 84 -
CMYK 0 0.97 0.65 0.07
HSL 339.74º 0.95% 0.48% -
HSV(B) 339.74º 0.97% 0.93% -
XYZ 36.59 18.77 10.08 -
YUV 83.96 128.03 237.16 -
System Red Green Blue C M Y K H S L
Decimal 237 6 84 0 0.97 0.65 0.07 339.74 0.95 0.48
Hex ED 6 54 0 61 41 7 154 5F 30
Octal 355 6 124 0 141 101 7 524 137 60
Binary 11101101 110 1010100 0 1100001 1000001 111 101010100 1011111 110000

Color Harmonies of #ED0654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0654

Black with #ED0654

Text Example


Text Example

White with #ED0654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0654; }

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

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

background-color css

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

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

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

border-color css

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

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

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