Html Css Color HEX #ED096B Razzmatazz

📋 copy color: '#ED096B'

red 237 ◦ green 9 ◦ blue 107

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

Shades of Razzmatazz #ED096B

Tints of Razzmatazz #ED096B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 30.31%

R = 67.14%
G = 2.55%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#ED096B (or 0xED096B) is known color: Razzmatazz. HEX triplet: ED, 09 and 6B. RGB value is (237,9,107). Sum of RGB (Red+Green+Blue) = 237+9+107=353 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.14% from 353); Green value is 9 (3.91% from 255 or 2.55% from 353); Blue value is 107 (42.19% from 255 or 30.31% from 353); Max value from RGB is 237 - color contains mainly: red. Hex color #ED096B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED096B is #12F694. Grayscale: #585858. Windows color (decimal): -1242773 or 7014893. OLE color: 7014893.

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

Color convert

RGB 237 9 107 -
CMYK 0 0.96 0.55 0.07
HSL 334.21º 0.93% 0.48% -
HSV(B) 334.21º 0.96% 0.93% -
XYZ 37.68 19.26 15.64 -
YUV 88.34 138.54 234.03 -
System Red Green Blue C M Y K H S L
Decimal 237 9 107 0 0.96 0.55 0.07 334.21 0.93 0.48
Hex ED 9 6B 0 60 37 7 14E 5D 30
Octal 355 11 153 0 140 67 7 516 135 60
Binary 11101101 1001 1101011 0 1100000 110111 111 101001110 1011101 110000

Color Harmonies of #ED096B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED096B

Black with #ED096B

Text Example


Text Example

White with #ED096B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED096B; }

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

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

background-color css

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

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

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

border-color css

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

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

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