Html Css Color HEX #EC5EA4 Brilliant Rose

📋 copy color: '#EC5EA4'

red 236 ◦ green 94 ◦ blue 164

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

Shades of Brilliant Rose #EC5EA4

Tints of Brilliant Rose #EC5EA4

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.03%

 BLUE value IS 164 (64.45% from 255) = 33.2%

R = 47.77%
G = 19.03%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.31

 K value IS 0.07

RGB Variations

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

Color information

#EC5EA4 (or 0xEC5EA4) is known color: Brilliant Rose. HEX triplet: EC, 5E and A4. RGB value is (236,94,164). Sum of RGB (Red+Green+Blue) = 236+94+164=494 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.77% from 494); Green value is 94 (37.11% from 255 or 19.03% from 494); Blue value is 164 (64.45% from 255 or 33.20% from 494); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5EA4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5EA4 is #13A15B. Grayscale: #909090. Windows color (decimal): -1286492 or 10772204. OLE color: 10772204.

HSL color Cylindrical-coordinate representation of color #EC5EA4: hue angle of 330.42º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EC5EA4 is Cyan = 0, Magento = 0.60, Yellow = 0.31 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 94 164 -
CMYK 0 0.60 0.31 0.07
HSL 330.42º 0.79% 0.65% -
HSV(B) 330.42º 0.6% 0.93% -
XYZ 45.3 28.52 38.24 -
YUV 144.44 139.04 193.31 -
System Red Green Blue C M Y K H S L
Decimal 236 94 164 0 0.60 0.31 0.07 330.42 0.79 0.65
Hex EC 5E A4 0 3C 1F 7 14A 4F 41
Octal 354 136 244 0 74 37 7 512 117 101
Binary 11101100 1011110 10100100 0 111100 11111 111 101001010 1001111 1000001

Color Harmonies of #EC5EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5EA4

Black with #EC5EA4

Text Example


Text Example

White with #EC5EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5EA4; }

 p { color: rgb(236,94,164); }

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

background-color css

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

 a { background-color: rgb(236,94,164); }

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

border-color css

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

 span { border-color: rgb(236,94,164); }

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