Html Css Color HEX #EC48BB Razzle Dazzle Rose

📋 copy color: '#EC48BB'

red 236 ◦ green 72 ◦ blue 187

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

Shades of Razzle Dazzle Rose #EC48BB

Tints of Razzle Dazzle Rose #EC48BB

RGB

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

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

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

R = 47.68%
G = 14.55%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EC48BB (or 0xEC48BB) is known color: Razzle Dazzle Rose. HEX triplet: EC, 48 and BB. RGB value is (236,72,187). Sum of RGB (Red+Green+Blue) = 236+72+187=495 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.68% from 495); Green value is 72 (28.52% from 255 or 14.55% from 495); Blue value is 187 (73.44% from 255 or 37.78% from 495); Max value from RGB is 236 - color contains mainly: red. Hex color #EC48BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC48BB is #13B744. Grayscale: #858585. Windows color (decimal): -1292101 or 12273900. OLE color: 12273900.

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

Color convert

RGB 236 72 187 -
CMYK 0 0.69 0.21 0.07
HSL 317.93º 0.81% 0.6% -
HSV(B) 317.93º 0.69% 0.93% -
XYZ 45.88 26.06 49.62 -
YUV 134.15 157.83 200.65 -
System Red Green Blue C M Y K H S L
Decimal 236 72 187 0 0.69 0.21 0.07 317.93 0.81 0.6
Hex EC 48 BB 0 45 15 7 13E 51 3C
Octal 354 110 273 0 105 25 7 476 121 74
Binary 11101100 1001000 10111011 0 1000101 10101 111 100111110 1010001 111100

Color Harmonies of #EC48BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC48BB

Black with #EC48BB

Text Example


Text Example

White with #EC48BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC48BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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