Html Css Color HEX #EC35DF Razzle Dazzle Rose

📋 copy color: '#EC35DF'

red 236 ◦ green 53 ◦ blue 223

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

Shades of Razzle Dazzle Rose #EC35DF

Tints of Razzle Dazzle Rose #EC35DF

RGB

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

 GREEN value IS 53 (21.09% from 255) = 10.35%

 BLUE value IS 223 (87.5% from 255) = 43.55%

R = 46.09%
G = 10.35%
B = 43.55%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EC35DF (or 0xEC35DF) is known color: Razzle Dazzle Rose. HEX triplet: EC, 35 and DF. RGB value is (236,53,223). Sum of RGB (Red+Green+Blue) = 236+53+223=512 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.09% from 512); Green value is 53 (21.09% from 255 or 10.35% from 512); Blue value is 223 (87.5% from 255 or 43.55% from 512); Max value from RGB is 236 - color contains mainly: red. Hex color #EC35DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC35DF is #13CA20. Grayscale: #7E7E7E. Windows color (decimal): -1296929 or 14628332. OLE color: 14628332.

HSL color Cylindrical-coordinate representation of color #EC35DF: hue angle of 304.26º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EC35DF is Cyan = 0, Magento = 0.78, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 53 223 -
CMYK 0 0.78 0.06 0.07
HSL 304.26º 0.83% 0.57% -
HSV(B) 304.26º 0.78% 0.93% -
XYZ 49.18 25.71 72.18 -
YUV 127.1 182.13 205.68 -
System Red Green Blue C M Y K H S L
Decimal 236 53 223 0 0.78 0.06 0.07 304.26 0.83 0.57
Hex EC 35 DF 0 4E 6 7 130 53 39
Octal 354 65 337 0 116 6 7 460 123 71
Binary 11101100 110101 11011111 0 1001110 110 111 100110000 1010011 111001

Color Harmonies of #EC35DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC35DF

Black with #EC35DF

Text Example


Text Example

White with #EC35DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC35DF; }

 p { color: rgb(236,53,223); }

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

background-color css

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

 a { background-color: rgb(236,53,223); }

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

border-color css

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

 span { border-color: rgb(236,53,223); }

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