Html Css Color HEX #EC48BF Razzle Dazzle Rose

📋 copy color: '#EC48BF'

red 236 ◦ green 72 ◦ blue 191

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

Shades of Razzle Dazzle Rose #EC48BF

Tints of Razzle Dazzle Rose #EC48BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 38.28%

R = 47.29%
G = 14.43%
B = 38.28%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#EC48BF (or 0xEC48BF) is known color: Razzle Dazzle Rose. HEX triplet: EC, 48 and BF. RGB value is (236,72,191). Sum of RGB (Red+Green+Blue) = 236+72+191=499 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.29% from 499); Green value is 72 (28.52% from 255 or 14.43% from 499); Blue value is 191 (75% from 255 or 38.28% from 499); Max value from RGB is 236 - color contains mainly: red. Hex color #EC48BF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC48BF is #13B740. Grayscale: #868686. Windows color (decimal): -1292097 or 12536044. OLE color: 12536044.

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

Color convert

RGB 236 72 191 -
CMYK 0 0.69 0.19 0.07
HSL 316.46º 0.81% 0.6% -
HSV(B) 316.46º 0.69% 0.93% -
XYZ 46.31 26.23 51.91 -
YUV 134.6 159.83 200.32 -
System Red Green Blue C M Y K H S L
Decimal 236 72 191 0 0.69 0.19 0.07 316.46 0.81 0.6
Hex EC 48 BF 0 45 13 7 13C 51 3C
Octal 354 110 277 0 105 23 7 474 121 74
Binary 11101100 1001000 10111111 0 1000101 10011 111 100111100 1010001 111100

Color Harmonies of #EC48BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC48BF

Black with #EC48BF

Text Example


Text Example

White with #EC48BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC48BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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