Html Css Color HEX #ED0145 Razzmatazz

📋 copy color: '#ED0145'

red 237 ◦ green 1 ◦ blue 69

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

Shades of Razzmatazz #ED0145

Tints of Razzmatazz #ED0145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 22.48%

R = 77.2%
G = 0.33%
B = 22.48%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#ED0145 (or 0xED0145) is known color: Razzmatazz. HEX triplet: ED, 01 and 45. RGB value is (237,1,69). Sum of RGB (Red+Green+Blue) = 237+1+69=307 (40% of max value = 765). Red value is 237 (92.97% from 255 or 77.20% from 307); Green value is 1 (0.78% from 255 or 0.33% from 307); Blue value is 69 (27.34% from 255 or 22.48% from 307); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0145 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0145 is #12FEBA. Grayscale: #4F4F4F. Windows color (decimal): -1244859 or 4522477. OLE color: 4522477.

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

Color convert

RGB 237 1 69 -
CMYK 0 1.00 0.71 0.07
HSL 342.71º 0.99% 0.47% -
HSV(B) 342.71º 1% 0.93% -
XYZ 36.01 18.46 7.29 -
YUV 79.32 122.19 240.47 -
System Red Green Blue C M Y K H S L
Decimal 237 1 69 0 1.00 0.71 0.07 342.71 0.99 0.47
Hex ED 1 45 0 64 47 7 157 63 2F
Octal 355 1 105 0 144 107 7 527 143 57
Binary 11101101 1 1000101 0 1100100 1000111 111 101010111 1100011 101111

Color Harmonies of #ED0145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0145

Black with #ED0145

Text Example


Text Example

White with #ED0145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0145; }

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

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

background-color css

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

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

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

border-color css

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

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

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