Html Css Color HEX #EC3AD4 Razzle Dazzle Rose

📋 copy color: '#EC3AD4'

red 236 ◦ green 58 ◦ blue 212

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

Shades of Razzle Dazzle Rose #EC3AD4

Tints of Razzle Dazzle Rose #EC3AD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 41.9%

R = 46.64%
G = 11.46%
B = 41.9%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#EC3AD4 (or 0xEC3AD4) is known color: Razzle Dazzle Rose. HEX triplet: EC, 3A and D4. RGB value is (236,58,212). Sum of RGB (Red+Green+Blue) = 236+58+212=506 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.64% from 506); Green value is 58 (23.05% from 255 or 11.46% from 506); Blue value is 212 (83.20% from 255 or 41.90% from 506); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3AD4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC3AD4 is #13C52B. Grayscale: #808080. Windows color (decimal): -1295660 or 13908716. OLE color: 13908716.

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

Color convert

RGB 236 58 212 -
CMYK 0 0.75 0.10 0.07
HSL 308.09º 0.82% 0.58% -
HSV(B) 308.09º 0.75% 0.93% -
XYZ 47.99 25.61 64.7 -
YUV 128.78 174.97 204.48 -
System Red Green Blue C M Y K H S L
Decimal 236 58 212 0 0.75 0.10 0.07 308.09 0.82 0.58
Hex EC 3A D4 0 4B A 7 134 52 3A
Octal 354 72 324 0 113 12 7 464 122 72
Binary 11101100 111010 11010100 0 1001011 1010 111 100110100 1010010 111010

Color Harmonies of #EC3AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3AD4

Black with #EC3AD4

Text Example


Text Example

White with #EC3AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3AD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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