Html Css Color HEX #ED0655 Razzmatazz

📋 copy color: '#ED0655'

red 237 ◦ green 6 ◦ blue 85

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

Shades of Razzmatazz #ED0655

Tints of Razzmatazz #ED0655

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 25.91%

R = 72.26%
G = 1.83%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#ED0655 (or 0xED0655) is known color: Razzmatazz. HEX triplet: ED, 06 and 55. RGB value is (237,6,85). Sum of RGB (Red+Green+Blue) = 237+6+85=328 (43% of max value = 765). Red value is 237 (92.97% from 255 or 72.26% from 328); Green value is 6 (2.73% from 255 or 1.83% from 328); Blue value is 85 (33.59% from 255 or 25.91% from 328); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0655 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED0655 is #12F9AA. Grayscale: #535353. Windows color (decimal): -1243563 or 5572333. OLE color: 5572333.

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

Color convert

RGB 237 6 85 -
CMYK 0 0.97 0.64 0.07
HSL 339.48º 0.95% 0.48% -
HSV(B) 339.48º 0.97% 0.93% -
XYZ 36.63 18.79 10.29 -
YUV 84.08 128.53 237.08 -
System Red Green Blue C M Y K H S L
Decimal 237 6 85 0 0.97 0.64 0.07 339.48 0.95 0.48
Hex ED 6 55 0 61 40 7 153 5F 30
Octal 355 6 125 0 141 100 7 523 137 60
Binary 11101101 110 1010101 0 1100001 1000000 111 101010011 1011111 110000

Color Harmonies of #ED0655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0655

Black with #ED0655

Text Example


Text Example

White with #ED0655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0655; }

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

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

background-color css

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

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

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

border-color css

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

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

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