Html Css Color HEX #ED1261 Razzmatazz

📋 copy color: '#ED1261'

red 237 ◦ green 18 ◦ blue 97

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

Shades of Razzmatazz #ED1261

Tints of Razzmatazz #ED1261

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.11%

 BLUE value IS 97 (38.28% from 255) = 27.56%

R = 67.33%
G = 5.11%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#ED1261 (or 0xED1261) is known color: Razzmatazz. HEX triplet: ED, 12 and 61. RGB value is (237,18,97). Sum of RGB (Red+Green+Blue) = 237+18+97=352 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.33% from 352); Green value is 18 (7.42% from 255 or 5.11% from 352); Blue value is 97 (38.28% from 255 or 27.56% from 352); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1261 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED1261 is #12ED9E. Grayscale: #5C5C5C. Windows color (decimal): -1240479 or 6361837. OLE color: 6361837.

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

Color convert

RGB 237 18 97 -
CMYK 0 0.92 0.59 0.07
HSL 338.36º 0.86% 0.5% -
HSV(B) 338.36º 0.92% 0.93% -
XYZ 37.3 19.3 13.07 -
YUV 92.49 130.55 231.08 -
System Red Green Blue C M Y K H S L
Decimal 237 18 97 0 0.92 0.59 0.07 338.36 0.86 0.5
Hex ED 12 61 0 5C 3B 7 152 56 32
Octal 355 22 141 0 134 73 7 522 126 62
Binary 11101101 10010 1100001 0 1011100 111011 111 101010010 1010110 110010

Color Harmonies of #ED1261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1261

Black with #ED1261

Text Example


Text Example

White with #ED1261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1261; }

 p { color: rgb(237,18,97); }

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

background-color css

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

 a { background-color: rgb(237,18,97); }

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

border-color css

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

 span { border-color: rgb(237,18,97); }

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