Html Css Color HEX #EC58A5 Brilliant Rose

📋 copy color: '#EC58A5'

red 236 ◦ green 88 ◦ blue 165

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

Shades of Brilliant Rose #EC58A5

Tints of Brilliant Rose #EC58A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 33.74%

R = 48.26%
G = 18%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.30

 K value IS 0.07

RGB Variations

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

Color information

#EC58A5 (or 0xEC58A5) is known color: Brilliant Rose. HEX triplet: EC, 58 and A5. RGB value is (236,88,165). Sum of RGB (Red+Green+Blue) = 236+88+165=489 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.26% from 489); Green value is 88 (34.77% from 255 or 18.00% from 489); Blue value is 165 (64.84% from 255 or 33.74% from 489); Max value from RGB is 236 - color contains mainly: red. Hex color #EC58A5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC58A5 is #13A75A. Grayscale: #8C8C8C. Windows color (decimal): -1288027 or 10836204. OLE color: 10836204.

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

Color convert

RGB 236 88 165 -
CMYK 0 0.63 0.30 0.07
HSL 328.78º 0.8% 0.64% -
HSV(B) 328.78º 0.63% 0.93% -
XYZ 44.87 27.53 38.55 -
YUV 141.03 141.53 195.74 -
System Red Green Blue C M Y K H S L
Decimal 236 88 165 0 0.63 0.30 0.07 328.78 0.8 0.64
Hex EC 58 A5 0 3F 1E 7 149 50 40
Octal 354 130 245 0 77 36 7 511 120 100
Binary 11101100 1011000 10100101 0 111111 11110 111 101001001 1010000 1000000

Color Harmonies of #EC58A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC58A5

Black with #EC58A5

Text Example


Text Example

White with #EC58A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC58A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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