Html Css Color HEX #EC41CB Razzle Dazzle Rose

📋 copy color: '#EC41CB'

red 236 ◦ green 65 ◦ blue 203

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

Shades of Razzle Dazzle Rose #EC41CB

Tints of Razzle Dazzle Rose #EC41CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 40.28%

R = 46.83%
G = 12.9%
B = 40.28%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EC41CB (or 0xEC41CB) is known color: Razzle Dazzle Rose. HEX triplet: EC, 41 and CB. RGB value is (236,65,203). Sum of RGB (Red+Green+Blue) = 236+65+203=504 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.83% from 504); Green value is 65 (25.78% from 255 or 12.90% from 504); Blue value is 203 (79.69% from 255 or 40.28% from 504); Max value from RGB is 236 - color contains mainly: red. Hex color #EC41CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC41CB is #13BE34. Grayscale: #838383. Windows color (decimal): -1293877 or 13320684. OLE color: 13320684.

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

Color convert

RGB 236 65 203 -
CMYK 0 0.72 0.14 0.07
HSL 311.58º 0.82% 0.59% -
HSV(B) 311.58º 0.72% 0.93% -
XYZ 47.26 25.93 59.01 -
YUV 131.86 168.15 202.28 -
System Red Green Blue C M Y K H S L
Decimal 236 65 203 0 0.72 0.14 0.07 311.58 0.82 0.59
Hex EC 41 CB 0 48 E 7 138 52 3B
Octal 354 101 313 0 110 16 7 470 122 73
Binary 11101100 1000001 11001011 0 1001000 1110 111 100111000 1010010 111011

Color Harmonies of #EC41CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC41CB

Black with #EC41CB

Text Example


Text Example

White with #EC41CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC41CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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