Html Css Color HEX #EC29CB Razzle Dazzle Rose

📋 copy color: '#EC29CB'

red 236 ◦ green 41 ◦ blue 203

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

Shades of Razzle Dazzle Rose #EC29CB

Tints of Razzle Dazzle Rose #EC29CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.29%

R = 49.17%
G = 8.54%
B = 42.29%

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

#EC29CB (or 0xEC29CB) is known color: Razzle Dazzle Rose. HEX triplet: EC, 29 and CB. RGB value is (236,41,203). Sum of RGB (Red+Green+Blue) = 236+41+203=480 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.17% from 480); Green value is 41 (16.41% from 255 or 8.54% from 480); Blue value is 203 (79.69% from 255 or 42.29% from 480); Max value from RGB is 236 - color contains mainly: red. Hex color #EC29CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC29CB is #13D634. Grayscale: #757575. Windows color (decimal): -1300021 or 13314540. OLE color: 13314540.

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

Color convert

RGB 236 41 203 -
CMYK 0 0.83 0.14 0.07
HSL 310.15º 0.84% 0.54% -
HSV(B) 310.15º 0.83% 0.93% -
XYZ 46.16 23.73 58.65 -
YUV 117.77 176.1 212.33 -
System Red Green Blue C M Y K H S L
Decimal 236 41 203 0 0.83 0.14 0.07 310.15 0.84 0.54
Hex EC 29 CB 0 53 E 7 136 54 36
Octal 354 51 313 0 123 16 7 466 124 66
Binary 11101100 101001 11001011 0 1010011 1110 111 100110110 1010100 110110

Color Harmonies of #EC29CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC29CB

Black with #EC29CB

Text Example


Text Example

White with #EC29CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC29CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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