Html Css Color HEX #EC48C8 Razzle Dazzle Rose

📋 copy color: '#EC48C8'

red 236 ◦ green 72 ◦ blue 200

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

Shades of Razzle Dazzle Rose #EC48C8

Tints of Razzle Dazzle Rose #EC48C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 39.37%

R = 46.46%
G = 14.17%
B = 39.37%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#EC48C8 (or 0xEC48C8) is known color: Razzle Dazzle Rose. HEX triplet: EC, 48 and C8. RGB value is (236,72,200). Sum of RGB (Red+Green+Blue) = 236+72+200=508 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.46% from 508); Green value is 72 (28.52% from 255 or 14.17% from 508); Blue value is 200 (78.52% from 255 or 39.37% from 508); Max value from RGB is 236 - color contains mainly: red. Hex color #EC48C8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC48C8 is #13B737. Grayscale: #878787. Windows color (decimal): -1292088 or 13125868. OLE color: 13125868.

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

Color convert

RGB 236 72 200 -
CMYK 0 0.69 0.15 0.07
HSL 313.17º 0.81% 0.6% -
HSV(B) 313.17º 0.69% 0.93% -
XYZ 47.33 26.64 57.29 -
YUV 135.63 164.33 199.59 -
System Red Green Blue C M Y K H S L
Decimal 236 72 200 0 0.69 0.15 0.07 313.17 0.81 0.6
Hex EC 48 C8 0 45 F 7 139 51 3C
Octal 354 110 310 0 105 17 7 471 121 74
Binary 11101100 1001000 11001000 0 1000101 1111 111 100111001 1010001 111100

Color Harmonies of #EC48C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC48C8

Black with #EC48C8

Text Example


Text Example

White with #EC48C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC48C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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