Html Css Color HEX #EC40D4 Razzle Dazzle Rose

📋 copy color: '#EC40D4'

red 236 ◦ green 64 ◦ blue 212

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

Shades of Razzle Dazzle Rose #EC40D4

Tints of Razzle Dazzle Rose #EC40D4

RGB

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

 GREEN value IS 64 (25.39% from 255) = 12.5%

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

R = 46.09%
G = 12.5%
B = 41.41%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#EC40D4 (or 0xEC40D4) is known color: Razzle Dazzle Rose. HEX triplet: EC, 40 and D4. RGB value is (236,64,212). Sum of RGB (Red+Green+Blue) = 236+64+212=512 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.09% from 512); Green value is 64 (25.39% from 255 or 12.5% from 512); Blue value is 212 (83.20% from 255 or 41.41% from 512); Max value from RGB is 236 - color contains mainly: red. Hex color #EC40D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC40D4 is #13BF2B. Grayscale: #838383. Windows color (decimal): -1294124 or 13910252. OLE color: 13910252.

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

Color convert

RGB 236 64 212 -
CMYK 0 0.73 0.10 0.07
HSL 308.37º 0.82% 0.59% -
HSV(B) 308.37º 0.73% 0.93% -
XYZ 48.31 26.25 64.81 -
YUV 132.3 172.98 201.97 -
System Red Green Blue C M Y K H S L
Decimal 236 64 212 0 0.73 0.10 0.07 308.37 0.82 0.59
Hex EC 40 D4 0 49 A 7 134 52 3B
Octal 354 100 324 0 111 12 7 464 122 73
Binary 11101100 1000000 11010100 0 1001001 1010 111 100110100 1010010 111011

Color Harmonies of #EC40D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC40D4

Black with #EC40D4

Text Example


Text Example

White with #EC40D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC40D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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