Html Css Color HEX #ED066B Razzmatazz

📋 copy color: '#ED066B'

red 237 ◦ green 6 ◦ blue 107

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

Shades of Razzmatazz #ED066B

Tints of Razzmatazz #ED066B

RGB

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

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

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

R = 67.71%
G = 1.71%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#ED066B (or 0xED066B) is known color: Razzmatazz. HEX triplet: ED, 06 and 6B. RGB value is (237,6,107). Sum of RGB (Red+Green+Blue) = 237+6+107=350 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.71% from 350); Green value is 6 (2.73% from 255 or 1.71% from 350); Blue value is 107 (42.19% from 255 or 30.57% from 350); Max value from RGB is 237 - color contains mainly: red. Hex color #ED066B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED066B is #12F994. Grayscale: #565656. Windows color (decimal): -1243541 or 7014125. OLE color: 7014125.

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

Color convert

RGB 237 6 107 -
CMYK 0 0.97 0.55 0.07
HSL 333.77º 0.95% 0.48% -
HSV(B) 333.77º 0.97% 0.93% -
XYZ 37.64 19.2 15.63 -
YUV 86.58 139.53 235.29 -
System Red Green Blue C M Y K H S L
Decimal 237 6 107 0 0.97 0.55 0.07 333.77 0.95 0.48
Hex ED 6 6B 0 61 37 7 14E 5F 30
Octal 355 6 153 0 141 67 7 516 137 60
Binary 11101101 110 1101011 0 1100001 110111 111 101001110 1011111 110000

Color Harmonies of #ED066B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED066B

Black with #ED066B

Text Example


Text Example

White with #ED066B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED066B; }

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

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

background-color css

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

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

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

border-color css

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

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

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