Html Css Color HEX #EC48A5 Brilliant Rose

📋 copy color: '#EC48A5'

red 236 ◦ green 72 ◦ blue 165

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

Shades of Brilliant Rose #EC48A5

Tints of Brilliant Rose #EC48A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 34.88%

R = 49.89%
G = 15.22%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.30

 K value IS 0.07

RGB Variations

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

Color information

#EC48A5 (or 0xEC48A5) is known color: Brilliant Rose. HEX triplet: EC, 48 and A5. RGB value is (236,72,165). Sum of RGB (Red+Green+Blue) = 236+72+165=473 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.89% from 473); Green value is 72 (28.52% from 255 or 15.22% from 473); Blue value is 165 (64.84% from 255 or 34.88% from 473); Max value from RGB is 236 - color contains mainly: red. Hex color #EC48A5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC48A5 is #13B75A. Grayscale: #838383. Windows color (decimal): -1292123 or 10832108. OLE color: 10832108.

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

Color convert

RGB 236 72 165 -
CMYK 0 0.69 0.30 0.07
HSL 325.98º 0.81% 0.6% -
HSV(B) 325.98º 0.69% 0.93% -
XYZ 43.7 25.18 38.16 -
YUV 131.64 146.83 202.44 -
System Red Green Blue C M Y K H S L
Decimal 236 72 165 0 0.69 0.30 0.07 325.98 0.81 0.6
Hex EC 48 A5 0 45 1E 7 146 51 3C
Octal 354 110 245 0 105 36 7 506 121 74
Binary 11101100 1001000 10100101 0 1000101 11110 111 101000110 1010001 111100

Color Harmonies of #EC48A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC48A5

Black with #EC48A5

Text Example


Text Example

White with #EC48A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC48A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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