Html Css Color HEX #EC41C8 Razzle Dazzle Rose

📋 copy color: '#EC41C8'

red 236 ◦ green 65 ◦ blue 200

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

Shades of Razzle Dazzle Rose #EC41C8

Tints of Razzle Dazzle Rose #EC41C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 39.92%

R = 47.11%
G = 12.97%
B = 39.92%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#EC41C8 (or 0xEC41C8) is known color: Razzle Dazzle Rose. HEX triplet: EC, 41 and C8. RGB value is (236,65,200). Sum of RGB (Red+Green+Blue) = 236+65+200=501 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.11% from 501); Green value is 65 (25.78% from 255 or 12.97% from 501); Blue value is 200 (78.52% from 255 or 39.92% from 501); Max value from RGB is 236 - color contains mainly: red. Hex color #EC41C8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC41C8 is #13BE37. Grayscale: #838383. Windows color (decimal): -1293880 or 13124076. OLE color: 13124076.

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

Color convert

RGB 236 65 200 -
CMYK 0 0.72 0.15 0.07
HSL 312.63º 0.82% 0.59% -
HSV(B) 312.63º 0.72% 0.93% -
XYZ 46.91 25.78 57.15 -
YUV 131.52 166.65 202.52 -
System Red Green Blue C M Y K H S L
Decimal 236 65 200 0 0.72 0.15 0.07 312.63 0.82 0.59
Hex EC 41 C8 0 48 F 7 139 52 3B
Octal 354 101 310 0 110 17 7 471 122 73
Binary 11101100 1000001 11001000 0 1001000 1111 111 100111001 1010010 111011

Color Harmonies of #EC41C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC41C8

Black with #EC41C8

Text Example


Text Example

White with #EC41C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC41C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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