Html Css Color HEX #ED0864 Razzmatazz

📋 copy color: '#ED0864'

red 237 ◦ green 8 ◦ blue 100

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

Shades of Razzmatazz #ED0864

Tints of Razzmatazz #ED0864

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.32%

 BLUE value IS 100 (39.45% from 255) = 28.99%

R = 68.7%
G = 2.32%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#ED0864 (or 0xED0864) is known color: Razzmatazz. HEX triplet: ED, 08 and 64. RGB value is (237,8,100). Sum of RGB (Red+Green+Blue) = 237+8+100=345 (45% of max value = 765). Red value is 237 (92.97% from 255 or 68.70% from 345); Green value is 8 (3.52% from 255 or 2.32% from 345); Blue value is 100 (39.45% from 255 or 28.99% from 345); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0864 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED0864 is #12F79B. Grayscale: #565656. Windows color (decimal): -1243036 or 6555885. OLE color: 6555885.

HSL color Cylindrical-coordinate representation of color #ED0864: hue angle of 335.9º degrees, saturation: 0.93, 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 #ED0864 is Cyan = 0, Magento = 0.97, Yellow = 0.58 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 8 100 -
CMYK 0 0.97 0.58 0.07
HSL 335.9º 0.93% 0.48% -
HSV(B) 335.9º 0.97% 0.93% -
XYZ 37.31 19.1 13.78 -
YUV 86.96 135.37 235.02 -
System Red Green Blue C M Y K H S L
Decimal 237 8 100 0 0.97 0.58 0.07 335.9 0.93 0.48
Hex ED 8 64 0 61 3A 7 150 5D 30
Octal 355 10 144 0 141 72 7 520 135 60
Binary 11101101 1000 1100100 0 1100001 111010 111 101010000 1011101 110000

Color Harmonies of #ED0864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0864

Black with #ED0864

Text Example


Text Example

White with #ED0864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0864; }

 p { color: rgb(237,8,100); }

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

background-color css

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

 a { background-color: rgb(237,8,100); }

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

border-color css

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

 span { border-color: rgb(237,8,100); }

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