Html Css Color HEX #ED085E Razzmatazz

📋 copy color: '#ED085E'

red 237 ◦ green 8 ◦ blue 94

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

Shades of Razzmatazz #ED085E

Tints of Razzmatazz #ED085E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.36%

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

R = 69.91%
G = 2.36%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#ED085E (or 0xED085E) is known color: Razzmatazz. HEX triplet: ED, 08 and 5E. RGB value is (237,8,94). Sum of RGB (Red+Green+Blue) = 237+8+94=339 (44% of max value = 765). Red value is 237 (92.97% from 255 or 69.91% from 339); Green value is 8 (3.52% from 255 or 2.36% from 339); Blue value is 94 (37.11% from 255 or 27.73% from 339); Max value from RGB is 237 - color contains mainly: red. Hex color #ED085E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED085E is #12F7A1. Grayscale: #565656. Windows color (decimal): -1243042 or 6162669. OLE color: 6162669.

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

Color convert

RGB 237 8 94 -
CMYK 0 0.97 0.60 0.07
HSL 337.47º 0.93% 0.48% -
HSV(B) 337.47º 0.97% 0.93% -
XYZ 37.03 18.99 12.3 -
YUV 86.28 132.37 235.51 -
System Red Green Blue C M Y K H S L
Decimal 237 8 94 0 0.97 0.60 0.07 337.47 0.93 0.48
Hex ED 8 5E 0 61 3C 7 151 5D 30
Octal 355 10 136 0 141 74 7 521 135 60
Binary 11101101 1000 1011110 0 1100001 111100 111 101010001 1011101 110000

Color Harmonies of #ED085E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED085E

Black with #ED085E

Text Example


Text Example

White with #ED085E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED085E; }

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

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

background-color css

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

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

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

border-color css

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

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

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