Html Css Color HEX #EC5CA8 Brilliant Rose

📋 copy color: '#EC5CA8'

red 236 ◦ green 92 ◦ blue 168

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

Shades of Brilliant Rose #EC5CA8

Tints of Brilliant Rose #EC5CA8

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.55%

 BLUE value IS 168 (66.02% from 255) = 33.87%

R = 47.58%
G = 18.55%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.29

 K value IS 0.07

RGB Variations

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

Color information

#EC5CA8 (or 0xEC5CA8) is known color: Brilliant Rose. HEX triplet: EC, 5C and A8. RGB value is (236,92,168). Sum of RGB (Red+Green+Blue) = 236+92+168=496 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.58% from 496); Green value is 92 (36.33% from 255 or 18.55% from 496); Blue value is 168 (66.02% from 255 or 33.87% from 496); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5CA8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5CA8 is #13A357. Grayscale: #8F8F8F. Windows color (decimal): -1287000 or 11033836. OLE color: 11033836.

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

Color convert

RGB 236 92 168 -
CMYK 0 0.61 0.29 0.07
HSL 328.33º 0.79% 0.64% -
HSV(B) 328.33º 0.61% 0.93% -
XYZ 45.49 28.31 40.11 -
YUV 143.72 141.71 193.82 -
System Red Green Blue C M Y K H S L
Decimal 236 92 168 0 0.61 0.29 0.07 328.33 0.79 0.64
Hex EC 5C A8 0 3D 1D 7 148 4F 40
Octal 354 134 250 0 75 35 7 510 117 100
Binary 11101100 1011100 10101000 0 111101 11101 111 101001000 1001111 1000000

Color Harmonies of #EC5CA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5CA8

Black with #EC5CA8

Text Example


Text Example

White with #EC5CA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5CA8; }

 p { color: rgb(236,92,168); }

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

background-color css

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

 a { background-color: rgb(236,92,168); }

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

border-color css

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

 span { border-color: rgb(236,92,168); }

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