Html Css Color HEX #ED014D Razzmatazz

📋 copy color: '#ED014D'

red 237 ◦ green 1 ◦ blue 77

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

Shades of Razzmatazz #ED014D

Tints of Razzmatazz #ED014D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 24.44%

R = 75.24%
G = 0.32%
B = 24.44%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#ED014D (or 0xED014D) is known color: Razzmatazz. HEX triplet: ED, 01 and 4D. RGB value is (237,1,77). Sum of RGB (Red+Green+Blue) = 237+1+77=315 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75.24% from 315); Green value is 1 (0.78% from 255 or 0.32% from 315); Blue value is 77 (30.47% from 255 or 24.44% from 315); Max value from RGB is 237 - color contains mainly: red. Hex color #ED014D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED014D is #12FEB2. Grayscale: #505050. Windows color (decimal): -1244851 or 5046765. OLE color: 5046765.

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

Color convert

RGB 237 1 77 -
CMYK 0 1.00 0.68 0.07
HSL 340.68º 0.99% 0.47% -
HSV(B) 340.68º 1% 0.93% -
XYZ 36.28 18.56 8.69 -
YUV 80.23 126.19 239.82 -
System Red Green Blue C M Y K H S L
Decimal 237 1 77 0 1.00 0.68 0.07 340.68 0.99 0.47
Hex ED 1 4D 0 64 44 7 155 63 2F
Octal 355 1 115 0 144 104 7 525 143 57
Binary 11101101 1 1001101 0 1100100 1000100 111 101010101 1100011 101111

Color Harmonies of #ED014D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED014D

Black with #ED014D

Text Example


Text Example

White with #ED014D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED014D; }

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

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

background-color css

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

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

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

border-color css

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

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

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