Html Css Color HEX #EC29EF Razzle Dazzle Rose

📋 copy color: '#EC29EF'

red 236 ◦ green 41 ◦ blue 239

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

Shades of Razzle Dazzle Rose #EC29EF

Tints of Razzle Dazzle Rose #EC29EF

RGB

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

 GREEN value IS 41 (16.41% from 255) = 7.95%

 BLUE value IS 239 (93.75% from 255) = 46.32%

R = 45.74%
G = 7.95%
B = 46.32%

CMYK

 C value IS 0.01

 M value IS 0.83

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EC29EF (or 0xEC29EF) is known color: Razzle Dazzle Rose. HEX triplet: EC, 29 and EF. RGB value is (236,41,239). Sum of RGB (Red+Green+Blue) = 236+41+239=516 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.74% from 516); Green value is 41 (16.41% from 255 or 7.95% from 516); Blue value is 239 (93.75% from 255 or 46.32% from 516); Max value from RGB is 239 - color contains mainly: blue. Hex color #EC29EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC29EF is #13D610. Grayscale: #797979. Windows color (decimal): -1299985 or 15673836. OLE color: 15673836.

HSL color Cylindrical-coordinate representation of color #EC29EF: hue angle of 299.09º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EC29EF is Cyan = 0.01, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 236 41 239 -
CMYK 0.01 0.83 0 0.06
HSL 299.09º 0.86% 0.55% -
HSV(B) 299.09º 0.83% 0.94% -
XYZ 50.97 25.65 83.93 -
YUV 121.88 194.1 209.4 -
System Red Green Blue C M Y K H S L
Decimal 236 41 239 0.01 0.83 0 0.06 299.09 0.86 0.55
Hex EC 29 EF 1 53 0 6 12B 56 37
Octal 354 51 357 1 123 0 6 453 126 67
Binary 11101100 101001 11101111 1 1010011 0 110 100101011 1010110 110111

Color Harmonies of #EC29EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC29EF

Black with #EC29EF

Text Example


Text Example

White with #EC29EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC29EF; }

 p { color: rgb(236,41,239); }

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

background-color css

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

 a { background-color: rgb(236,41,239); }

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

border-color css

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

 span { border-color: rgb(236,41,239); }

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