Html Css Color HEX #EC35BB Razzle Dazzle Rose

📋 copy color: '#EC35BB'

red 236 ◦ green 53 ◦ blue 187

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

Shades of Razzle Dazzle Rose #EC35BB

Tints of Razzle Dazzle Rose #EC35BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 39.29%

R = 49.58%
G = 11.13%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EC35BB (or 0xEC35BB) is known color: Razzle Dazzle Rose. HEX triplet: EC, 35 and BB. RGB value is (236,53,187). Sum of RGB (Red+Green+Blue) = 236+53+187=476 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.58% from 476); Green value is 53 (21.09% from 255 or 11.13% from 476); Blue value is 187 (73.44% from 255 or 39.29% from 476); Max value from RGB is 236 - color contains mainly: red. Hex color #EC35BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC35BB is #13CA44. Grayscale: #7A7A7A. Windows color (decimal): -1296965 or 12269036. OLE color: 12269036.

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

Color convert

RGB 236 53 187 -
CMYK 0 0.78 0.21 0.07
HSL 316.07º 0.83% 0.57% -
HSV(B) 316.07º 0.78% 0.93% -
XYZ 44.83 23.97 49.28 -
YUV 122.99 164.13 208.6 -
System Red Green Blue C M Y K H S L
Decimal 236 53 187 0 0.78 0.21 0.07 316.07 0.83 0.57
Hex EC 35 BB 0 4E 15 7 13C 53 39
Octal 354 65 273 0 116 25 7 474 123 71
Binary 11101100 110101 10111011 0 1001110 10101 111 100111100 1010011 111001

Color Harmonies of #EC35BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC35BB

Black with #EC35BB

Text Example


Text Example

White with #EC35BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC35BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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