Html Css Color HEX #EC41D4 Razzle Dazzle Rose

📋 copy color: '#EC41D4'

red 236 ◦ green 65 ◦ blue 212

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

Shades of Razzle Dazzle Rose #EC41D4

Tints of Razzle Dazzle Rose #EC41D4

RGB

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

 GREEN value IS 65 (25.78% from 255) = 12.67%

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

R = 46%
G = 12.67%
B = 41.33%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#EC41D4 (or 0xEC41D4) is known color: Razzle Dazzle Rose. HEX triplet: EC, 41 and D4. RGB value is (236,65,212). Sum of RGB (Red+Green+Blue) = 236+65+212=513 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.00% from 513); Green value is 65 (25.78% from 255 or 12.67% from 513); Blue value is 212 (83.20% from 255 or 41.33% from 513); Max value from RGB is 236 - color contains mainly: red. Hex color #EC41D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC41D4 is #13BE2B. Grayscale: #848484. Windows color (decimal): -1293868 or 13910508. OLE color: 13910508.

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

Color convert

RGB 236 65 212 -
CMYK 0 0.72 0.10 0.07
HSL 308.42º 0.82% 0.59% -
HSV(B) 308.42º 0.72% 0.93% -
XYZ 48.37 26.37 64.83 -
YUV 132.89 172.65 201.55 -
System Red Green Blue C M Y K H S L
Decimal 236 65 212 0 0.72 0.10 0.07 308.42 0.82 0.59
Hex EC 41 D4 0 48 A 7 134 52 3B
Octal 354 101 324 0 110 12 7 464 122 73
Binary 11101100 1000001 11010100 0 1001000 1010 111 100110100 1010010 111011

Color Harmonies of #EC41D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC41D4

Black with #EC41D4

Text Example


Text Example

White with #EC41D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC41D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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