Html Css Color HEX #ED006B Razzmatazz

📋 copy color: '#ED006B'

red 237 ◦ green 0 ◦ blue 107

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

Shades of Razzmatazz #ED006B

Tints of Razzmatazz #ED006B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 68.9%
G = 0%
B = 31.1%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#ED006B (or 0xED006B) is known color: Razzmatazz. HEX triplet: ED, 00 and 6B. RGB value is (237,0,107). Sum of RGB (Red+Green+Blue) = 237+0+107=344 (45% of max value = 765). Red value is 237 (92.97% from 255 or 68.90% from 344); Green value is 0 (0.39% from 255 or 0% from 344); Blue value is 107 (42.19% from 255 or 31.10% from 344); Max value from RGB is 237 - color contains mainly: red. Hex color #ED006B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED006B is #12FF94. Grayscale: #525252. Windows color (decimal): -1245077 or 7012589. OLE color: 7012589.

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

Color convert

RGB 237 0 107 -
CMYK 0 1 0.55 0.07
HSL 332.91º 1% 0.46% -
HSV(B) 332.91º 1% 0.93% -
XYZ 37.58 19.07 15.61 -
YUV 83.06 141.52 237.8 -
System Red Green Blue C M Y K H S L
Decimal 237 0 107 0 1 0.55 0.07 332.91 1 0.46
Hex ED 0 6B 0 64 37 7 14D 64 2E
Octal 355 0 153 0 144 67 7 515 144 56
Binary 11101101 0 1101011 0 1100100 110111 111 101001101 1100100 101110

Color Harmonies of #ED006B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED006B

Black with #ED006B

Text Example


Text Example

White with #ED006B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED006B; }

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

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

background-color css

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

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

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

border-color css

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

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

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