Html Css Color HEX #EC50AF Brilliant Rose

📋 copy color: '#EC50AF'

red 236 ◦ green 80 ◦ blue 175

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

Shades of Brilliant Rose #EC50AF

Tints of Brilliant Rose #EC50AF

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.29%

 BLUE value IS 175 (68.75% from 255) = 35.64%

R = 48.07%
G = 16.29%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#EC50AF (or 0xEC50AF) is known color: Brilliant Rose. HEX triplet: EC, 50 and AF. RGB value is (236,80,175). Sum of RGB (Red+Green+Blue) = 236+80+175=491 (65% of max value = 765). Red value is 236 (92.58% from 255 or 48.07% from 491); Green value is 80 (31.64% from 255 or 16.29% from 491); Blue value is 175 (68.75% from 255 or 35.64% from 491); Max value from RGB is 236 - color contains mainly: red. Hex color #EC50AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC50AF is #13AF50. Grayscale: #898989. Windows color (decimal): -1290065 or 11489516. OLE color: 11489516.

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

Color convert

RGB 236 80 175 -
CMYK 0 0.66 0.26 0.07
HSL 323.46º 0.8% 0.62% -
HSV(B) 323.46º 0.66% 0.93% -
XYZ 45.2 26.67 43.32 -
YUV 137.47 149.18 198.28 -
System Red Green Blue C M Y K H S L
Decimal 236 80 175 0 0.66 0.26 0.07 323.46 0.8 0.62
Hex EC 50 AF 0 42 1A 7 143 50 3E
Octal 354 120 257 0 102 32 7 503 120 76
Binary 11101100 1010000 10101111 0 1000010 11010 111 101000011 1010000 111110

Color Harmonies of #EC50AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC50AF

Black with #EC50AF

Text Example


Text Example

White with #EC50AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC50AF; }

 p { color: rgb(236,80,175); }

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

background-color css

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

 a { background-color: rgb(236,80,175); }

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

border-color css

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

 span { border-color: rgb(236,80,175); }

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