Html Css Color HEX #EC58A3 Brilliant Rose

📋 copy color: '#EC58A3'

red 236 ◦ green 88 ◦ blue 163

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

Shades of Brilliant Rose #EC58A3

Tints of Brilliant Rose #EC58A3

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.07%

 BLUE value IS 163 (64.06% from 255) = 33.47%

R = 48.46%
G = 18.07%
B = 33.47%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.31

 K value IS 0.07

RGB Variations

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

Color information

#EC58A3 (or 0xEC58A3) is known color: Brilliant Rose. HEX triplet: EC, 58 and A3. RGB value is (236,88,163). Sum of RGB (Red+Green+Blue) = 236+88+163=487 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.46% from 487); Green value is 88 (34.77% from 255 or 18.07% from 487); Blue value is 163 (64.06% from 255 or 33.47% from 487); Max value from RGB is 236 - color contains mainly: red. Hex color #EC58A3 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC58A3 is #13A75C. Grayscale: #8C8C8C. Windows color (decimal): -1288029 or 10705132. OLE color: 10705132.

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

Color convert

RGB 236 88 163 -
CMYK 0 0.63 0.31 0.07
HSL 329.59º 0.8% 0.64% -
HSV(B) 329.59º 0.63% 0.93% -
XYZ 44.69 27.46 37.59 -
YUV 140.8 140.53 195.9 -
System Red Green Blue C M Y K H S L
Decimal 236 88 163 0 0.63 0.31 0.07 329.59 0.8 0.64
Hex EC 58 A3 0 3F 1F 7 14A 50 40
Octal 354 130 243 0 77 37 7 512 120 100
Binary 11101100 1011000 10100011 0 111111 11111 111 101001010 1010000 1000000

Color Harmonies of #EC58A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC58A3

Black with #EC58A3

Text Example


Text Example

White with #EC58A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC58A3; }

 p { color: rgb(236,88,163); }

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

background-color css

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

 a { background-color: rgb(236,88,163); }

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

border-color css

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

 span { border-color: rgb(236,88,163); }

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