Html Css Color HEX #EC58AB Brilliant Rose

📋 copy color: '#EC58AB'

red 236 ◦ green 88 ◦ blue 171

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

Shades of Brilliant Rose #EC58AB

Tints of Brilliant Rose #EC58AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 34.55%

R = 47.68%
G = 17.78%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#EC58AB (or 0xEC58AB) is known color: Brilliant Rose. HEX triplet: EC, 58 and AB. RGB value is (236,88,171). Sum of RGB (Red+Green+Blue) = 236+88+171=495 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.68% from 495); Green value is 88 (34.77% from 255 or 17.78% from 495); Blue value is 171 (67.19% from 255 or 34.55% from 495); Max value from RGB is 236 - color contains mainly: red. Hex color #EC58AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC58AB is #13A754. Grayscale: #8D8D8D. Windows color (decimal): -1288021 or 11229420. OLE color: 11229420.

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

Color convert

RGB 236 88 171 -
CMYK 0 0.63 0.28 0.07
HSL 326.35º 0.8% 0.64% -
HSV(B) 326.35º 0.63% 0.93% -
XYZ 45.43 27.75 41.49 -
YUV 141.71 144.53 195.25 -
System Red Green Blue C M Y K H S L
Decimal 236 88 171 0 0.63 0.28 0.07 326.35 0.8 0.64
Hex EC 58 AB 0 3F 1C 7 146 50 40
Octal 354 130 253 0 77 34 7 506 120 100
Binary 11101100 1011000 10101011 0 111111 11100 111 101000110 1010000 1000000

Color Harmonies of #EC58AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC58AB

Black with #EC58AB

Text Example


Text Example

White with #EC58AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC58AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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