Html Css Color HEX #EC35E4 Razzle Dazzle Rose

📋 copy color: '#EC35E4'

red 236 ◦ green 53 ◦ blue 228

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

Shades of Razzle Dazzle Rose #EC35E4

Tints of Razzle Dazzle Rose #EC35E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 44.1%

R = 45.65%
G = 10.25%
B = 44.1%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#EC35E4 (or 0xEC35E4) is known color: Razzle Dazzle Rose. HEX triplet: EC, 35 and E4. RGB value is (236,53,228). Sum of RGB (Red+Green+Blue) = 236+53+228=517 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.65% from 517); Green value is 53 (21.09% from 255 or 10.25% from 517); Blue value is 228 (89.45% from 255 or 44.10% from 517); Max value from RGB is 236 - color contains mainly: red. Hex color #EC35E4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC35E4 is #13CA1B. Grayscale: #7F7F7F. Windows color (decimal): -1296924 or 14956012. OLE color: 14956012.

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

Color convert

RGB 236 53 228 -
CMYK 0 0.78 0.03 0.07
HSL 302.62º 0.83% 0.57% -
HSV(B) 302.62º 0.78% 0.93% -
XYZ 49.87 25.98 75.79 -
YUV 127.67 184.63 205.27 -
System Red Green Blue C M Y K H S L
Decimal 236 53 228 0 0.78 0.03 0.07 302.62 0.83 0.57
Hex EC 35 E4 0 4E 3 7 12F 53 39
Octal 354 65 344 0 116 3 7 457 123 71
Binary 11101100 110101 11100100 0 1001110 11 111 100101111 1010011 111001

Color Harmonies of #EC35E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC35E4

Black with #EC35E4

Text Example


Text Example

White with #EC35E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC35E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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