Html Css Color HEX #ED095E Razzmatazz

📋 copy color: '#ED095E'

red 237 ◦ green 9 ◦ blue 94

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

Shades of Razzmatazz #ED095E

Tints of Razzmatazz #ED095E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 27.65%

R = 69.71%
G = 2.65%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#ED095E (or 0xED095E) is known color: Razzmatazz. HEX triplet: ED, 09 and 5E. RGB value is (237,9,94). Sum of RGB (Red+Green+Blue) = 237+9+94=340 (45% of max value = 765). Red value is 237 (92.97% from 255 or 69.71% from 340); Green value is 9 (3.91% from 255 or 2.65% from 340); Blue value is 94 (37.11% from 255 or 27.65% from 340); Max value from RGB is 237 - color contains mainly: red. Hex color #ED095E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED095E is #12F6A1. Grayscale: #565656. Windows color (decimal): -1242786 or 6162925. OLE color: 6162925.

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

Color convert

RGB 237 9 94 -
CMYK 0 0.96 0.60 0.07
HSL 337.63º 0.93% 0.48% -
HSV(B) 337.63º 0.96% 0.93% -
XYZ 37.04 19.01 12.31 -
YUV 86.86 132.04 235.09 -
System Red Green Blue C M Y K H S L
Decimal 237 9 94 0 0.96 0.60 0.07 337.63 0.93 0.48
Hex ED 9 5E 0 60 3C 7 152 5D 30
Octal 355 11 136 0 140 74 7 522 135 60
Binary 11101101 1001 1011110 0 1100000 111100 111 101010010 1011101 110000

Color Harmonies of #ED095E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED095E

Black with #ED095E

Text Example


Text Example

White with #ED095E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED095E; }

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

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

background-color css

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

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

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

border-color css

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

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

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