Html Css Color HEX #ED066C Razzmatazz

📋 copy color: '#ED066C'

red 237 ◦ green 6 ◦ blue 108

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

Shades of Razzmatazz #ED066C

Tints of Razzmatazz #ED066C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 30.77%

R = 67.52%
G = 1.71%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#ED066C (or 0xED066C) is known color: Razzmatazz. HEX triplet: ED, 06 and 6C. RGB value is (237,6,108). Sum of RGB (Red+Green+Blue) = 237+6+108=351 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.52% from 351); Green value is 6 (2.73% from 255 or 1.71% from 351); Blue value is 108 (42.58% from 255 or 30.77% from 351); Max value from RGB is 237 - color contains mainly: red. Hex color #ED066C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED066C is #12F993. Grayscale: #565656. Windows color (decimal): -1243540 or 7079661. OLE color: 7079661.

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

Color convert

RGB 237 6 108 -
CMYK 0 0.97 0.54 0.07
HSL 333.51º 0.95% 0.48% -
HSV(B) 333.51º 0.97% 0.93% -
XYZ 37.7 19.22 15.91 -
YUV 86.7 140.03 235.21 -
System Red Green Blue C M Y K H S L
Decimal 237 6 108 0 0.97 0.54 0.07 333.51 0.95 0.48
Hex ED 6 6C 0 61 36 7 14E 5F 30
Octal 355 6 154 0 141 66 7 516 137 60
Binary 11101101 110 1101100 0 1100001 110110 111 101001110 1011111 110000

Color Harmonies of #ED066C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED066C

Black with #ED066C

Text Example


Text Example

White with #ED066C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED066C; }

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

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

background-color css

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

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

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

border-color css

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

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

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