Html Css Color HEX #EC5A9C Brilliant Rose

📋 copy color: '#EC5A9C'

red 236 ◦ green 90 ◦ blue 156

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

Shades of Brilliant Rose #EC5A9C

Tints of Brilliant Rose #EC5A9C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.67%

 BLUE value IS 156 (61.33% from 255) = 32.37%

R = 48.96%
G = 18.67%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#EC5A9C (or 0xEC5A9C) is known color: Brilliant Rose. HEX triplet: EC, 5A and 9C. RGB value is (236,90,156). Sum of RGB (Red+Green+Blue) = 236+90+156=482 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.96% from 482); Green value is 90 (35.55% from 255 or 18.67% from 482); Blue value is 156 (61.33% from 255 or 32.37% from 482); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5A9C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5A9C is #13A563. Grayscale: #8D8D8D. Windows color (decimal): -1287524 or 10246892. OLE color: 10246892.

HSL color Cylindrical-coordinate representation of color #EC5A9C: hue angle of 332.88º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EC5A9C is Cyan = 0, Magento = 0.62, Yellow = 0.34 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 90 156 -
CMYK 0 0.62 0.34 0.07
HSL 332.88º 0.79% 0.64% -
HSV(B) 332.88º 0.62% 0.93% -
XYZ 44.25 27.55 34.44 -
YUV 141.18 136.37 195.63 -
System Red Green Blue C M Y K H S L
Decimal 236 90 156 0 0.62 0.34 0.07 332.88 0.79 0.64
Hex EC 5A 9C 0 3E 22 7 14D 4F 40
Octal 354 132 234 0 76 42 7 515 117 100
Binary 11101100 1011010 10011100 0 111110 100010 111 101001101 1001111 1000000

Color Harmonies of #EC5A9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5A9C

Black with #EC5A9C

Text Example


Text Example

White with #EC5A9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5A9C; }

 p { color: rgb(236,90,156); }

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

background-color css

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

 a { background-color: rgb(236,90,156); }

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

border-color css

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

 span { border-color: rgb(236,90,156); }

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