Html Css Color HEX #EC41CE Razzle Dazzle Rose

📋 copy color: '#EC41CE'

red 236 ◦ green 65 ◦ blue 206

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

Shades of Razzle Dazzle Rose #EC41CE

Tints of Razzle Dazzle Rose #EC41CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.63%

R = 46.55%
G = 12.82%
B = 40.63%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#EC41CE (or 0xEC41CE) is known color: Razzle Dazzle Rose. HEX triplet: EC, 41 and CE. RGB value is (236,65,206). Sum of RGB (Red+Green+Blue) = 236+65+206=507 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.55% from 507); Green value is 65 (25.78% from 255 or 12.82% from 507); Blue value is 206 (80.86% from 255 or 40.63% from 507); Max value from RGB is 236 - color contains mainly: red. Hex color #EC41CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC41CE is #13BE31. Grayscale: #838383. Windows color (decimal): -1293874 or 13517292. OLE color: 13517292.

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

Color convert

RGB 236 65 206 -
CMYK 0 0.72 0.13 0.07
HSL 310.53º 0.82% 0.59% -
HSV(B) 310.53º 0.72% 0.93% -
XYZ 47.62 26.07 60.91 -
YUV 132.2 169.65 202.04 -
System Red Green Blue C M Y K H S L
Decimal 236 65 206 0 0.72 0.13 0.07 310.53 0.82 0.59
Hex EC 41 CE 0 48 D 7 137 52 3B
Octal 354 101 316 0 110 15 7 467 122 73
Binary 11101100 1000001 11001110 0 1001000 1101 111 100110111 1010010 111011

Color Harmonies of #EC41CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC41CE

Black with #EC41CE

Text Example


Text Example

White with #EC41CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC41CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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