Html Css Color HEX #ED065B Razzmatazz

📋 copy color: '#ED065B'

red 237 ◦ green 6 ◦ blue 91

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

Shades of Razzmatazz #ED065B

Tints of Razzmatazz #ED065B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 27.25%

R = 70.96%
G = 1.8%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#ED065B (or 0xED065B) is known color: Razzmatazz. HEX triplet: ED, 06 and 5B. RGB value is (237,6,91). Sum of RGB (Red+Green+Blue) = 237+6+91=334 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.96% from 334); Green value is 6 (2.73% from 255 or 1.80% from 334); Blue value is 91 (35.94% from 255 or 27.25% from 334); Max value from RGB is 237 - color contains mainly: red. Hex color #ED065B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED065B is #12F9A4. Grayscale: #545454. Windows color (decimal): -1243557 or 5965549. OLE color: 5965549.

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

Color convert

RGB 237 6 91 -
CMYK 0 0.97 0.62 0.07
HSL 337.92º 0.95% 0.48% -
HSV(B) 337.92º 0.97% 0.93% -
XYZ 36.88 18.89 11.6 -
YUV 84.76 131.53 236.59 -
System Red Green Blue C M Y K H S L
Decimal 237 6 91 0 0.97 0.62 0.07 337.92 0.95 0.48
Hex ED 6 5B 0 61 3E 7 152 5F 30
Octal 355 6 133 0 141 76 7 522 137 60
Binary 11101101 110 1011011 0 1100001 111110 111 101010010 1011111 110000

Color Harmonies of #ED065B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED065B

Black with #ED065B

Text Example


Text Example

White with #ED065B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED065B; }

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

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

background-color css

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

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

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

border-color css

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

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

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