Html Css Color HEX #EC41C2 Razzle Dazzle Rose

📋 copy color: '#EC41C2'

red 236 ◦ green 65 ◦ blue 194

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

Shades of Razzle Dazzle Rose #EC41C2

Tints of Razzle Dazzle Rose #EC41C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 39.19%

R = 47.68%
G = 13.13%
B = 39.19%

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

#EC41C2 (or 0xEC41C2) is known color: Razzle Dazzle Rose. HEX triplet: EC, 41 and C2. RGB value is (236,65,194). Sum of RGB (Red+Green+Blue) = 236+65+194=495 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.68% from 495); Green value is 65 (25.78% from 255 or 13.13% from 495); Blue value is 194 (76.17% from 255 or 39.19% from 495); Max value from RGB is 236 - color contains mainly: red. Hex color #EC41C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC41C2 is #13BE3D. Grayscale: #828282. Windows color (decimal): -1293886 or 12730860. OLE color: 12730860.

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

Color convert

RGB 236 65 194 -
CMYK 0 0.72 0.18 0.07
HSL 314.74º 0.82% 0.59% -
HSV(B) 314.74º 0.72% 0.93% -
XYZ 46.22 25.51 53.53 -
YUV 130.84 163.65 203.01 -
System Red Green Blue C M Y K H S L
Decimal 236 65 194 0 0.72 0.18 0.07 314.74 0.82 0.59
Hex EC 41 C2 0 48 12 7 13B 52 3B
Octal 354 101 302 0 110 22 7 473 122 73
Binary 11101100 1000001 11000010 0 1001000 10010 111 100111011 1010010 111011

Color Harmonies of #EC41C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC41C2

Black with #EC41C2

Text Example


Text Example

White with #EC41C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC41C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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