Html Css Color HEX #ED095B Razzmatazz

📋 copy color: '#ED095B'

red 237 ◦ green 9 ◦ blue 91

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

Shades of Razzmatazz #ED095B

Tints of Razzmatazz #ED095B

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.67%

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

R = 70.33%
G = 2.67%
B = 27%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#ED095B (or 0xED095B) is known color: Razzmatazz. HEX triplet: ED, 09 and 5B. RGB value is (237,9,91). Sum of RGB (Red+Green+Blue) = 237+9+91=337 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.33% from 337); Green value is 9 (3.91% from 255 or 2.67% from 337); Blue value is 91 (35.94% from 255 or 27.00% from 337); Max value from RGB is 237 - color contains mainly: red. Hex color #ED095B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED095B is #12F6A4. Grayscale: #565656. Windows color (decimal): -1242789 or 5966317. OLE color: 5966317.

HSL color Cylindrical-coordinate representation of color #ED095B: hue angle of 338.42º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ED095B is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 9 91 -
CMYK 0 0.96 0.62 0.07
HSL 338.42º 0.93% 0.48% -
HSV(B) 338.42º 0.96% 0.93% -
XYZ 36.91 18.96 11.61 -
YUV 86.52 130.54 235.33 -
System Red Green Blue C M Y K H S L
Decimal 237 9 91 0 0.96 0.62 0.07 338.42 0.93 0.48
Hex ED 9 5B 0 60 3E 7 152 5D 30
Octal 355 11 133 0 140 76 7 522 135 60
Binary 11101101 1001 1011011 0 1100000 111110 111 101010010 1011101 110000

Color Harmonies of #ED095B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED095B

Black with #ED095B

Text Example


Text Example

White with #ED095B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED095B; }

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

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

background-color css

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

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

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

border-color css

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

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

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