Html Css Color HEX #ED0666 Razzmatazz

📋 copy color: '#ED0666'

red 237 ◦ green 6 ◦ blue 102

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

Shades of Razzmatazz #ED0666

Tints of Razzmatazz #ED0666

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 29.57%

R = 68.7%
G = 1.74%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#ED0666 (or 0xED0666) is known color: Razzmatazz. HEX triplet: ED, 06 and 66. RGB value is (237,6,102). Sum of RGB (Red+Green+Blue) = 237+6+102=345 (45% of max value = 765). Red value is 237 (92.97% from 255 or 68.70% from 345); Green value is 6 (2.73% from 255 or 1.74% from 345); Blue value is 102 (40.23% from 255 or 29.57% from 345); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0666 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED0666 is #12F999. Grayscale: #555555. Windows color (decimal): -1243546 or 6686445. OLE color: 6686445.

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

Color convert

RGB 237 6 102 -
CMYK 0 0.97 0.57 0.07
HSL 335.06º 0.95% 0.48% -
HSV(B) 335.06º 0.97% 0.93% -
XYZ 37.39 19.09 14.29 -
YUV 86.01 137.03 235.69 -
System Red Green Blue C M Y K H S L
Decimal 237 6 102 0 0.97 0.57 0.07 335.06 0.95 0.48
Hex ED 6 66 0 61 39 7 14F 5F 30
Octal 355 6 146 0 141 71 7 517 137 60
Binary 11101101 110 1100110 0 1100001 111001 111 101001111 1011111 110000

Color Harmonies of #ED0666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0666

Black with #ED0666

Text Example


Text Example

White with #ED0666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0666; }

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

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

background-color css

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

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

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

border-color css

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

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

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