Html Css Color HEX #EC48BC Razzle Dazzle Rose

📋 copy color: '#EC48BC'

red 236 ◦ green 72 ◦ blue 188

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

Shades of Razzle Dazzle Rose #EC48BC

Tints of Razzle Dazzle Rose #EC48BC

RGB

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

 GREEN value IS 72 (28.52% from 255) = 14.52%

 BLUE value IS 188 (73.83% from 255) = 37.9%

R = 47.58%
G = 14.52%
B = 37.9%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EC48BC (or 0xEC48BC) is known color: Razzle Dazzle Rose. HEX triplet: EC, 48 and BC. RGB value is (236,72,188). Sum of RGB (Red+Green+Blue) = 236+72+188=496 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.58% from 496); Green value is 72 (28.52% from 255 or 14.52% from 496); Blue value is 188 (73.83% from 255 or 37.90% from 496); Max value from RGB is 236 - color contains mainly: red. Hex color #EC48BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC48BC is #13B743. Grayscale: #858585. Windows color (decimal): -1292100 or 12339436. OLE color: 12339436.

HSL color Cylindrical-coordinate representation of color #EC48BC: hue angle of 317.56º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EC48BC is Cyan = 0, Magento = 0.69, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 72 188 -
CMYK 0 0.69 0.20 0.07
HSL 317.56º 0.81% 0.6% -
HSV(B) 317.56º 0.69% 0.93% -
XYZ 45.99 26.1 50.19 -
YUV 134.26 158.33 200.57 -
System Red Green Blue C M Y K H S L
Decimal 236 72 188 0 0.69 0.20 0.07 317.56 0.81 0.6
Hex EC 48 BC 0 45 14 7 13E 51 3C
Octal 354 110 274 0 105 24 7 476 121 74
Binary 11101100 1001000 10111100 0 1000101 10100 111 100111110 1010001 111100

Color Harmonies of #EC48BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC48BC

Black with #EC48BC

Text Example


Text Example

White with #EC48BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC48BC; }

 p { color: rgb(236,72,188); }

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

background-color css

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

 a { background-color: rgb(236,72,188); }

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

border-color css

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

 span { border-color: rgb(236,72,188); }

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