Html Css Color HEX #ED015D Razzmatazz

📋 copy color: '#ED015D'

red 237 ◦ green 1 ◦ blue 93

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

Shades of Razzmatazz #ED015D

Tints of Razzmatazz #ED015D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.3%

 BLUE value IS 93 (36.72% from 255) = 28.1%

R = 71.6%
G = 0.3%
B = 28.1%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#ED015D (or 0xED015D) is known color: Razzmatazz. HEX triplet: ED, 01 and 5D. RGB value is (237,1,93). Sum of RGB (Red+Green+Blue) = 237+1+93=331 (43% of max value = 765). Red value is 237 (92.97% from 255 or 71.60% from 331); Green value is 1 (0.78% from 255 or 0.30% from 331); Blue value is 93 (36.72% from 255 or 28.10% from 331); Max value from RGB is 237 - color contains mainly: red. Hex color #ED015D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED015D is #12FEA2. Grayscale: #515151. Windows color (decimal): -1244835 or 6095341. OLE color: 6095341.

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

Color convert

RGB 237 1 93 -
CMYK 0 1.00 0.61 0.07
HSL 336.61º 0.99% 0.47% -
HSV(B) 336.61º 1% 0.93% -
XYZ 36.91 18.82 12.04 -
YUV 82.05 134.19 238.52 -
System Red Green Blue C M Y K H S L
Decimal 237 1 93 0 1.00 0.61 0.07 336.61 0.99 0.47
Hex ED 1 5D 0 64 3D 7 151 63 2F
Octal 355 1 135 0 144 75 7 521 143 57
Binary 11101101 1 1011101 0 1100100 111101 111 101010001 1100011 101111

Color Harmonies of #ED015D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED015D

Black with #ED015D

Text Example


Text Example

White with #ED015D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED015D; }

 p { color: rgb(237,1,93); }

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

background-color css

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

 a { background-color: rgb(237,1,93); }

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

border-color css

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

 span { border-color: rgb(237,1,93); }

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