Html Css Color HEX #ED135B Razzmatazz

📋 copy color: '#ED135B'

red 237 ◦ green 19 ◦ blue 91

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

Shades of Razzmatazz #ED135B

Tints of Razzmatazz #ED135B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.48%

 BLUE value IS 91 (35.94% from 255) = 26.22%

R = 68.3%
G = 5.48%
B = 26.22%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#ED135B (or 0xED135B) is known color: Razzmatazz. HEX triplet: ED, 13 and 5B. RGB value is (237,19,91). Sum of RGB (Red+Green+Blue) = 237+19+91=347 (45% of max value = 765). Red value is 237 (92.97% from 255 or 68.30% from 347); Green value is 19 (7.81% from 255 or 5.48% from 347); Blue value is 91 (35.94% from 255 or 26.22% from 347); Max value from RGB is 237 - color contains mainly: red. Hex color #ED135B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED135B is #12ECA4. Grayscale: #5C5C5C. Windows color (decimal): -1240229 or 5968877. OLE color: 5968877.

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

Color convert

RGB 237 19 91 -
CMYK 0 0.92 0.62 0.07
HSL 340.18º 0.86% 0.5% -
HSV(B) 340.18º 0.92% 0.93% -
XYZ 37.05 19.23 11.66 -
YUV 92.39 127.22 231.15 -
System Red Green Blue C M Y K H S L
Decimal 237 19 91 0 0.92 0.62 0.07 340.18 0.86 0.5
Hex ED 13 5B 0 5C 3E 7 154 56 32
Octal 355 23 133 0 134 76 7 524 126 62
Binary 11101101 10011 1011011 0 1011100 111110 111 101010100 1010110 110010

Color Harmonies of #ED135B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED135B

Black with #ED135B

Text Example


Text Example

White with #ED135B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED135B; }

 p { color: rgb(237,19,91); }

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

background-color css

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

 a { background-color: rgb(237,19,91); }

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

border-color css

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

 span { border-color: rgb(237,19,91); }

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