Html Css Color HEX #ED014C Razzmatazz

📋 copy color: '#ED014C'

red 237 ◦ green 1 ◦ blue 76

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

Shades of Razzmatazz #ED014C

Tints of Razzmatazz #ED014C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 24.2%

R = 75.48%
G = 0.32%
B = 24.2%

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

#ED014C (or 0xED014C) is known color: Razzmatazz. HEX triplet: ED, 01 and 4C. RGB value is (237,1,76). Sum of RGB (Red+Green+Blue) = 237+1+76=314 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75.48% from 314); Green value is 1 (0.78% from 255 or 0.32% from 314); Blue value is 76 (30.08% from 255 or 24.20% from 314); Max value from RGB is 237 - color contains mainly: red. Hex color #ED014C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED014C is #12FEB3. Grayscale: #505050. Windows color (decimal): -1244852 or 4981229. OLE color: 4981229.

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

Color convert

RGB 237 1 76 -
CMYK 0 1.00 0.68 0.07
HSL 340.93º 0.99% 0.47% -
HSV(B) 340.93º 1% 0.93% -
XYZ 36.24 18.55 8.51 -
YUV 80.11 125.69 239.9 -
System Red Green Blue C M Y K H S L
Decimal 237 1 76 0 1.00 0.68 0.07 340.93 0.99 0.47
Hex ED 1 4C 0 64 44 7 155 63 2F
Octal 355 1 114 0 144 104 7 525 143 57
Binary 11101101 1 1001100 0 1100100 1000100 111 101010101 1100011 101111

Color Harmonies of #ED014C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED014C

Black with #ED014C

Text Example


Text Example

White with #ED014C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED014C; }

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

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

background-color css

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

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

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

border-color css

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

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

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