Html Css Color HEX #EC48AF Brilliant Rose

📋 copy color: '#EC48AF'

red 236 ◦ green 72 ◦ blue 175

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

Shades of Brilliant Rose #EC48AF

Tints of Brilliant Rose #EC48AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 36.23%

R = 48.86%
G = 14.91%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#EC48AF (or 0xEC48AF) is known color: Brilliant Rose. HEX triplet: EC, 48 and AF. RGB value is (236,72,175). Sum of RGB (Red+Green+Blue) = 236+72+175=483 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.86% from 483); Green value is 72 (28.52% from 255 or 14.91% from 483); Blue value is 175 (68.75% from 255 or 36.23% from 483); Max value from RGB is 236 - color contains mainly: red. Hex color #EC48AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC48AF is #13B750. Grayscale: #848484. Windows color (decimal): -1292113 or 11487468. OLE color: 11487468.

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

Color convert

RGB 236 72 175 -
CMYK 0 0.69 0.26 0.07
HSL 322.32º 0.81% 0.6% -
HSV(B) 322.32º 0.69% 0.93% -
XYZ 44.65 25.56 43.14 -
YUV 132.78 151.83 201.62 -
System Red Green Blue C M Y K H S L
Decimal 236 72 175 0 0.69 0.26 0.07 322.32 0.81 0.6
Hex EC 48 AF 0 45 1A 7 142 51 3C
Octal 354 110 257 0 105 32 7 502 121 74
Binary 11101100 1001000 10101111 0 1000101 11010 111 101000010 1010001 111100

Color Harmonies of #EC48AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC48AF

Black with #EC48AF

Text Example


Text Example

White with #EC48AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC48AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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