Html Css Color HEX #ED065D Razzmatazz

📋 copy color: '#ED065D'

red 237 ◦ green 6 ◦ blue 93

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

Shades of Razzmatazz #ED065D

Tints of Razzmatazz #ED065D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.79%

 BLUE value IS 93 (36.72% from 255) = 27.68%

R = 70.54%
G = 1.79%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#ED065D (or 0xED065D) is known color: Razzmatazz. HEX triplet: ED, 06 and 5D. RGB value is (237,6,93). Sum of RGB (Red+Green+Blue) = 237+6+93=336 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.54% from 336); Green value is 6 (2.73% from 255 or 1.79% from 336); Blue value is 93 (36.72% from 255 or 27.68% from 336); Max value from RGB is 237 - color contains mainly: red. Hex color #ED065D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED065D is #12F9A2. Grayscale: #545454. Windows color (decimal): -1243555 or 6096621. OLE color: 6096621.

HSL color Cylindrical-coordinate representation of color #ED065D: hue angle of 337.4º degrees, saturation: 0.95, 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 #ED065D is Cyan = 0, Magento = 0.97, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 6 93 -
CMYK 0 0.97 0.61 0.07
HSL 337.4º 0.95% 0.48% -
HSV(B) 337.4º 0.97% 0.93% -
XYZ 36.97 18.93 12.06 -
YUV 84.99 132.53 236.43 -
System Red Green Blue C M Y K H S L
Decimal 237 6 93 0 0.97 0.61 0.07 337.4 0.95 0.48
Hex ED 6 5D 0 61 3D 7 151 5F 30
Octal 355 6 135 0 141 75 7 521 137 60
Binary 11101101 110 1011101 0 1100001 111101 111 101010001 1011111 110000

Color Harmonies of #ED065D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED065D

Black with #ED065D

Text Example


Text Example

White with #ED065D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED065D; }

 p { color: rgb(237,6,93); }

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

background-color css

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

 a { background-color: rgb(237,6,93); }

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

border-color css

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

 span { border-color: rgb(237,6,93); }

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