Html Css Color HEX #EC29DB Razzle Dazzle Rose

📋 copy color: '#EC29DB'

red 236 ◦ green 41 ◦ blue 219

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

Shades of Razzle Dazzle Rose #EC29DB

Tints of Razzle Dazzle Rose #EC29DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.15%

R = 47.58%
G = 8.27%
B = 44.15%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EC29DB (or 0xEC29DB) is known color: Razzle Dazzle Rose. HEX triplet: EC, 29 and DB. RGB value is (236,41,219). Sum of RGB (Red+Green+Blue) = 236+41+219=496 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.58% from 496); Green value is 41 (16.41% from 255 or 8.27% from 496); Blue value is 219 (85.94% from 255 or 44.15% from 496); Max value from RGB is 236 - color contains mainly: red. Hex color #EC29DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC29DB is #13D624. Grayscale: #777777. Windows color (decimal): -1300005 or 14363116. OLE color: 14363116.

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

Color convert

RGB 236 41 219 -
CMYK 0 0.83 0.07 0.07
HSL 305.23º 0.84% 0.54% -
HSV(B) 305.23º 0.83% 0.93% -
XYZ 48.17 24.53 69.21 -
YUV 119.6 184.1 211.03 -
System Red Green Blue C M Y K H S L
Decimal 236 41 219 0 0.83 0.07 0.07 305.23 0.84 0.54
Hex EC 29 DB 0 53 7 7 131 54 36
Octal 354 51 333 0 123 7 7 461 124 66
Binary 11101100 101001 11011011 0 1010011 111 111 100110001 1010100 110110

Color Harmonies of #EC29DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC29DB

Black with #EC29DB

Text Example


Text Example

White with #EC29DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC29DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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