Html Css Color HEX #ED016A Razzmatazz

📋 copy color: '#ED016A'

red 237 ◦ green 1 ◦ blue 106

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

Shades of Razzmatazz #ED016A

Tints of Razzmatazz #ED016A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.29%

 BLUE value IS 106 (41.8% from 255) = 30.81%

R = 68.9%
G = 0.29%
B = 30.81%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#ED016A (or 0xED016A) is known color: Razzmatazz. HEX triplet: ED, 01 and 6A. RGB value is (237,1,106). Sum of RGB (Red+Green+Blue) = 237+1+106=344 (45% of max value = 765). Red value is 237 (92.97% from 255 or 68.90% from 344); Green value is 1 (0.78% from 255 or 0.29% from 344); Blue value is 106 (41.80% from 255 or 30.81% from 344); Max value from RGB is 237 - color contains mainly: red. Hex color #ED016A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED016A is #12FE95. Grayscale: #535353. Windows color (decimal): -1244822 or 6947309. OLE color: 6947309.

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

Color convert

RGB 237 1 106 -
CMYK 0 1.00 0.55 0.07
HSL 333.31º 0.99% 0.47% -
HSV(B) 333.31º 1% 0.93% -
XYZ 37.54 19.07 15.34 -
YUV 83.53 140.69 237.46 -
System Red Green Blue C M Y K H S L
Decimal 237 1 106 0 1.00 0.55 0.07 333.31 0.99 0.47
Hex ED 1 6A 0 64 37 7 14D 63 2F
Octal 355 1 152 0 144 67 7 515 143 57
Binary 11101101 1 1101010 0 1100100 110111 111 101001101 1100011 101111

Color Harmonies of #ED016A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED016A

Black with #ED016A

Text Example


Text Example

White with #ED016A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED016A; }

 p { color: rgb(237,1,106); }

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

background-color css

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

 a { background-color: rgb(237,1,106); }

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

border-color css

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

 span { border-color: rgb(237,1,106); }

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