Html Css Color HEX #ED144D Razzmatazz

📋 copy color: '#ED144D'

red 237 ◦ green 20 ◦ blue 77

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

Shades of Razzmatazz #ED144D

Tints of Razzmatazz #ED144D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.99%

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

R = 70.96%
G = 5.99%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#ED144D (or 0xED144D) is known color: Razzmatazz. HEX triplet: ED, 14 and 4D. RGB value is (237,20,77). Sum of RGB (Red+Green+Blue) = 237+20+77=334 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.96% from 334); Green value is 20 (8.20% from 255 or 5.99% from 334); Blue value is 77 (30.47% from 255 or 23.05% from 334); Max value from RGB is 237 - color contains mainly: red. Hex color #ED144D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED144D is #12EBB2. Grayscale: #5B5B5B. Windows color (decimal): -1239987 or 5051629. OLE color: 5051629.

HSL color Cylindrical-coordinate representation of color #ED144D: hue angle of 344.24º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ED144D is Cyan = 0, Magento = 0.92, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 20 77 -
CMYK 0 0.92 0.68 0.07
HSL 344.24º 0.86% 0.5% -
HSV(B) 344.24º 0.92% 0.93% -
XYZ 36.51 19.04 8.77 -
YUV 91.38 119.89 231.87 -
System Red Green Blue C M Y K H S L
Decimal 237 20 77 0 0.92 0.68 0.07 344.24 0.86 0.5
Hex ED 14 4D 0 5C 44 7 158 56 32
Octal 355 24 115 0 134 104 7 530 126 62
Binary 11101101 10100 1001101 0 1011100 1000100 111 101011000 1010110 110010

Color Harmonies of #ED144D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED144D

Black with #ED144D

Text Example


Text Example

White with #ED144D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED144D; }

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

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

background-color css

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

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

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

border-color css

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

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

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