Html Css Color HEX #ED096E Razzmatazz

📋 copy color: '#ED096E'

red 237 ◦ green 9 ◦ blue 110

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

Shades of Razzmatazz #ED096E

Tints of Razzmatazz #ED096E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 30.9%

R = 66.57%
G = 2.53%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#ED096E (or 0xED096E) is known color: Razzmatazz. HEX triplet: ED, 09 and 6E. RGB value is (237,9,110). Sum of RGB (Red+Green+Blue) = 237+9+110=356 (47% of max value = 765). Red value is 237 (92.97% from 255 or 66.57% from 356); Green value is 9 (3.91% from 255 or 2.53% from 356); Blue value is 110 (43.36% from 255 or 30.90% from 356); Max value from RGB is 237 - color contains mainly: red. Hex color #ED096E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED096E is #12F691. Grayscale: #585858. Windows color (decimal): -1242770 or 7211501. OLE color: 7211501.

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

Color convert

RGB 237 9 110 -
CMYK 0 0.96 0.54 0.07
HSL 333.42º 0.93% 0.48% -
HSV(B) 333.42º 0.96% 0.93% -
XYZ 37.84 19.33 16.49 -
YUV 88.69 140.04 233.79 -
System Red Green Blue C M Y K H S L
Decimal 237 9 110 0 0.96 0.54 0.07 333.42 0.93 0.48
Hex ED 9 6E 0 60 36 7 14D 5D 30
Octal 355 11 156 0 140 66 7 515 135 60
Binary 11101101 1001 1101110 0 1100000 110110 111 101001101 1011101 110000

Color Harmonies of #ED096E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED096E

Black with #ED096E

Text Example


Text Example

White with #ED096E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED096E; }

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

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

background-color css

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

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

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

border-color css

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

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

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