Html Css Color HEX #EC29CA Razzle Dazzle Rose

📋 copy color: '#EC29CA'

red 236 ◦ green 41 ◦ blue 202

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

Shades of Razzle Dazzle Rose #EC29CA

Tints of Razzle Dazzle Rose #EC29CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.17%

R = 49.27%
G = 8.56%
B = 42.17%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EC29CA (or 0xEC29CA) is known color: Razzle Dazzle Rose. HEX triplet: EC, 29 and CA. RGB value is (236,41,202). Sum of RGB (Red+Green+Blue) = 236+41+202=479 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.27% from 479); Green value is 41 (16.41% from 255 or 8.56% from 479); Blue value is 202 (79.30% from 255 or 42.17% from 479); Max value from RGB is 236 - color contains mainly: red. Hex color #EC29CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC29CA is #13D635. Grayscale: #757575. Windows color (decimal): -1300022 or 13249004. OLE color: 13249004.

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

Color convert

RGB 236 41 202 -
CMYK 0 0.83 0.14 0.07
HSL 310.46º 0.84% 0.54% -
HSV(B) 310.46º 0.83% 0.93% -
XYZ 46.05 23.68 58.02 -
YUV 117.66 175.6 212.41 -
System Red Green Blue C M Y K H S L
Decimal 236 41 202 0 0.83 0.14 0.07 310.46 0.84 0.54
Hex EC 29 CA 0 53 E 7 136 54 36
Octal 354 51 312 0 123 16 7 466 124 66
Binary 11101100 101001 11001010 0 1010011 1110 111 100110110 1010100 110110

Color Harmonies of #EC29CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC29CA

Black with #EC29CA

Text Example


Text Example

White with #EC29CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC29CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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