Html Css Color HEX #EC48A3 Brilliant Rose

📋 copy color: '#EC48A3'

red 236 ◦ green 72 ◦ blue 163

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

Shades of Brilliant Rose #EC48A3

Tints of Brilliant Rose #EC48A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 34.61%

R = 50.11%
G = 15.29%
B = 34.61%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.31

 K value IS 0.07

RGB Variations

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

Color information

#EC48A3 (or 0xEC48A3) is known color: Brilliant Rose. HEX triplet: EC, 48 and A3. RGB value is (236,72,163). Sum of RGB (Red+Green+Blue) = 236+72+163=471 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.11% from 471); Green value is 72 (28.52% from 255 or 15.29% from 471); Blue value is 163 (64.06% from 255 or 34.61% from 471); Max value from RGB is 236 - color contains mainly: red. Hex color #EC48A3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC48A3 is #13B75C. Grayscale: #838383. Windows color (decimal): -1292125 or 10701036. OLE color: 10701036.

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

Color convert

RGB 236 72 163 -
CMYK 0 0.69 0.31 0.07
HSL 326.71º 0.81% 0.6% -
HSV(B) 326.71º 0.69% 0.93% -
XYZ 43.52 25.11 37.2 -
YUV 131.41 145.83 202.6 -
System Red Green Blue C M Y K H S L
Decimal 236 72 163 0 0.69 0.31 0.07 326.71 0.81 0.6
Hex EC 48 A3 0 45 1F 7 147 51 3C
Octal 354 110 243 0 105 37 7 507 121 74
Binary 11101100 1001000 10100011 0 1000101 11111 111 101000111 1010001 111100

Color Harmonies of #EC48A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC48A3

Black with #EC48A3

Text Example


Text Example

White with #EC48A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC48A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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