Html Css Color HEX #EC41C1 Razzle Dazzle Rose

📋 copy color: '#EC41C1'

red 236 ◦ green 65 ◦ blue 193

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

Shades of Razzle Dazzle Rose #EC41C1

Tints of Razzle Dazzle Rose #EC41C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 39.07%

R = 47.77%
G = 13.16%
B = 39.07%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#EC41C1 (or 0xEC41C1) is known color: Razzle Dazzle Rose. HEX triplet: EC, 41 and C1. RGB value is (236,65,193). Sum of RGB (Red+Green+Blue) = 236+65+193=494 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.77% from 494); Green value is 65 (25.78% from 255 or 13.16% from 494); Blue value is 193 (75.78% from 255 or 39.07% from 494); Max value from RGB is 236 - color contains mainly: red. Hex color #EC41C1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC41C1 is #13BE3E. Grayscale: #828282. Windows color (decimal): -1293887 or 12665324. OLE color: 12665324.

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

Color convert

RGB 236 65 193 -
CMYK 0 0.72 0.18 0.07
HSL 315.09º 0.82% 0.59% -
HSV(B) 315.09º 0.72% 0.93% -
XYZ 46.11 25.46 52.94 -
YUV 130.72 163.15 203.09 -
System Red Green Blue C M Y K H S L
Decimal 236 65 193 0 0.72 0.18 0.07 315.09 0.82 0.59
Hex EC 41 C1 0 48 12 7 13B 52 3B
Octal 354 101 301 0 110 22 7 473 122 73
Binary 11101100 1000001 11000001 0 1001000 10010 111 100111011 1010010 111011

Color Harmonies of #EC41C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC41C1

Black with #EC41C1

Text Example


Text Example

White with #EC41C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC41C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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