Html Css Color HEX #EC3AD1 Razzle Dazzle Rose

📋 copy color: '#EC3AD1'

red 236 ◦ green 58 ◦ blue 209

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

Shades of Razzle Dazzle Rose #EC3AD1

Tints of Razzle Dazzle Rose #EC3AD1

RGB

 RED value IS 236 (92.58% from 255) = 46.92%

 GREEN value IS 58 (23.05% from 255) = 11.53%

 BLUE value IS 209 (82.03% from 255) = 41.55%

R = 46.92%
G = 11.53%
B = 41.55%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#EC3AD1 (or 0xEC3AD1) is known color: Razzle Dazzle Rose. HEX triplet: EC, 3A and D1. RGB value is (236,58,209). Sum of RGB (Red+Green+Blue) = 236+58+209=503 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.92% from 503); Green value is 58 (23.05% from 255 or 11.53% from 503); Blue value is 209 (82.03% from 255 or 41.55% from 503); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3AD1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC3AD1 is #13C52E. Grayscale: #808080. Windows color (decimal): -1295663 or 13712108. OLE color: 13712108.

HSL color Cylindrical-coordinate representation of color #EC3AD1: hue angle of 309.1º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EC3AD1 is Cyan = 0, Magento = 0.75, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 58 209 -
CMYK 0 0.75 0.11 0.07
HSL 309.1º 0.82% 0.58% -
HSV(B) 309.1º 0.75% 0.93% -
XYZ 47.61 25.46 62.73 -
YUV 128.44 173.47 204.72 -
System Red Green Blue C M Y K H S L
Decimal 236 58 209 0 0.75 0.11 0.07 309.1 0.82 0.58
Hex EC 3A D1 0 4B B 7 135 52 3A
Octal 354 72 321 0 113 13 7 465 122 72
Binary 11101100 111010 11010001 0 1001011 1011 111 100110101 1010010 111010

Color Harmonies of #EC3AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3AD1

Black with #EC3AD1

Text Example


Text Example

White with #EC3AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3AD1; }

 p { color: rgb(236,58,209); }

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

background-color css

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

 a { background-color: rgb(236,58,209); }

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

border-color css

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

 span { border-color: rgb(236,58,209); }

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