Html Css Color HEX #ED005F Razzmatazz

📋 copy color: '#ED005F'

red 237 ◦ green 0 ◦ blue 95

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

Shades of Razzmatazz #ED005F

Tints of Razzmatazz #ED005F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 95 (37.5% from 255) = 28.61%

R = 71.39%
G = 0%
B = 28.61%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#ED005F (or 0xED005F) is known color: Razzmatazz. HEX triplet: ED, 00 and 5F. RGB value is (237,0,95). Sum of RGB (Red+Green+Blue) = 237+0+95=332 (43% of max value = 765). Red value is 237 (92.97% from 255 or 71.39% from 332); Green value is 0 (0.39% from 255 or 0% from 332); Blue value is 95 (37.5% from 255 or 28.61% from 332); Max value from RGB is 237 - color contains mainly: red. Hex color #ED005F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED005F is #12FFA0. Grayscale: #515151. Windows color (decimal): -1245089 or 6226157. OLE color: 6226157.

HSL color Cylindrical-coordinate representation of color #ED005F: hue angle of 335.95º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ED005F is Cyan = 0, Magento = 1, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 0 95 -
CMYK 0 1 0.60 0.07
HSL 335.95º 1% 0.46% -
HSV(B) 335.95º 1% 0.93% -
XYZ 36.99 18.83 12.51 -
YUV 81.69 135.52 238.78 -
System Red Green Blue C M Y K H S L
Decimal 237 0 95 0 1 0.60 0.07 335.95 1 0.46
Hex ED 0 5F 0 64 3C 7 150 64 2E
Octal 355 0 137 0 144 74 7 520 144 56
Binary 11101101 0 1011111 0 1100100 111100 111 101010000 1100100 101110

Color Harmonies of #ED005F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED005F

Black with #ED005F

Text Example


Text Example

White with #ED005F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED005F; }

 p { color: rgb(237,0,95); }

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

background-color css

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

 a { background-color: rgb(237,0,95); }

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

border-color css

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

 span { border-color: rgb(237,0,95); }

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