Html Css Color HEX #ED1657 Razzmatazz

📋 copy color: '#ED1657'

red 237 ◦ green 22 ◦ blue 87

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

Shades of Razzmatazz #ED1657

Tints of Razzmatazz #ED1657

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.36%

 BLUE value IS 87 (34.38% from 255) = 25.14%

R = 68.5%
G = 6.36%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#ED1657 (or 0xED1657) is known color: Razzmatazz. HEX triplet: ED, 16 and 57. RGB value is (237,22,87). Sum of RGB (Red+Green+Blue) = 237+22+87=346 (45% of max value = 765). Red value is 237 (92.97% from 255 or 68.50% from 346); Green value is 22 (8.98% from 255 or 6.36% from 346); Blue value is 87 (34.38% from 255 or 25.14% from 346); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1657 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED1657 is #12E9A8. Grayscale: #5D5D5D. Windows color (decimal): -1239465 or 5707501. OLE color: 5707501.

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

Color convert

RGB 237 22 87 -
CMYK 0 0.91 0.63 0.07
HSL 341.86º 0.86% 0.51% -
HSV(B) 341.86º 0.91% 0.93% -
XYZ 36.93 19.27 10.79 -
YUV 93.7 124.23 230.21 -
System Red Green Blue C M Y K H S L
Decimal 237 22 87 0 0.91 0.63 0.07 341.86 0.86 0.51
Hex ED 16 57 0 5B 3F 7 156 56 33
Octal 355 26 127 0 133 77 7 526 126 63
Binary 11101101 10110 1010111 0 1011011 111111 111 101010110 1010110 110011

Color Harmonies of #ED1657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1657

Black with #ED1657

Text Example


Text Example

White with #ED1657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1657; }

 p { color: rgb(237,22,87); }

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

background-color css

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

 a { background-color: rgb(237,22,87); }

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

border-color css

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

 span { border-color: rgb(237,22,87); }

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