Html Css Color HEX #EC58A2 Brilliant Rose

📋 copy color: '#EC58A2'

red 236 ◦ green 88 ◦ blue 162

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

Shades of Brilliant Rose #EC58A2

Tints of Brilliant Rose #EC58A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 33.33%

R = 48.56%
G = 18.11%
B = 33.33%

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

#EC58A2 (or 0xEC58A2) is known color: Brilliant Rose. HEX triplet: EC, 58 and A2. RGB value is (236,88,162). Sum of RGB (Red+Green+Blue) = 236+88+162=486 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.56% from 486); Green value is 88 (34.77% from 255 or 18.11% from 486); Blue value is 162 (63.67% from 255 or 33.33% from 486); Max value from RGB is 236 - color contains mainly: red. Hex color #EC58A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC58A2 is #13A75D. Grayscale: #8C8C8C. Windows color (decimal): -1288030 or 10639596. OLE color: 10639596.

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

Color convert

RGB 236 88 162 -
CMYK 0 0.63 0.31 0.07
HSL 330º 0.8% 0.64% -
HSV(B) 330º 0.63% 0.93% -
XYZ 44.6 27.42 37.12 -
YUV 140.69 140.03 195.98 -
System Red Green Blue C M Y K H S L
Decimal 236 88 162 0 0.63 0.31 0.07 330 0.8 0.64
Hex EC 58 A2 0 3F 1F 7 14A 50 40
Octal 354 130 242 0 77 37 7 512 120 100
Binary 11101100 1011000 10100010 0 111111 11111 111 101001010 1010000 1000000

Color Harmonies of #EC58A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC58A2

Black with #EC58A2

Text Example


Text Example

White with #EC58A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC58A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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