Html Css Color HEX #EC48C7 Razzle Dazzle Rose

📋 copy color: '#EC48C7'

red 236 ◦ green 72 ◦ blue 199

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

Shades of Razzle Dazzle Rose #EC48C7

Tints of Razzle Dazzle Rose #EC48C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 39.25%

R = 46.55%
G = 14.2%
B = 39.25%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#EC48C7 (or 0xEC48C7) is known color: Razzle Dazzle Rose. HEX triplet: EC, 48 and C7. RGB value is (236,72,199). Sum of RGB (Red+Green+Blue) = 236+72+199=507 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.55% from 507); Green value is 72 (28.52% from 255 or 14.20% from 507); Blue value is 199 (78.12% from 255 or 39.25% from 507); Max value from RGB is 236 - color contains mainly: red. Hex color #EC48C7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC48C7 is #13B738. Grayscale: #878787. Windows color (decimal): -1292089 or 13060332. OLE color: 13060332.

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

Color convert

RGB 236 72 199 -
CMYK 0 0.69 0.16 0.07
HSL 313.54º 0.81% 0.6% -
HSV(B) 313.54º 0.69% 0.93% -
XYZ 47.22 26.59 56.68 -
YUV 135.51 163.83 199.67 -
System Red Green Blue C M Y K H S L
Decimal 236 72 199 0 0.69 0.16 0.07 313.54 0.81 0.6
Hex EC 48 C7 0 45 10 7 13A 51 3C
Octal 354 110 307 0 105 20 7 472 121 74
Binary 11101100 1001000 11000111 0 1000101 10000 111 100111010 1010001 111100

Color Harmonies of #EC48C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC48C7

Black with #EC48C7

Text Example


Text Example

White with #EC48C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC48C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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