Html Css Color HEX #EC63A0 Brilliant Rose

📋 copy color: '#EC63A0'

red 236 ◦ green 99 ◦ blue 160

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

Shades of Brilliant Rose #EC63A0

Tints of Brilliant Rose #EC63A0

RGB

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

 GREEN value IS 99 (39.06% from 255) = 20%

 BLUE value IS 160 (62.89% from 255) = 32.32%

R = 47.68%
G = 20%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#EC63A0 (or 0xEC63A0) is known color: Brilliant Rose. HEX triplet: EC, 63 and A0. RGB value is (236,99,160). Sum of RGB (Red+Green+Blue) = 236+99+160=495 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.68% from 495); Green value is 99 (39.06% from 255 or 20% from 495); Blue value is 160 (62.89% from 255 or 32.32% from 495); Max value from RGB is 236 - color contains mainly: red. Hex color #EC63A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC63A0 is #139C5F. Grayscale: #929292. Windows color (decimal): -1285216 or 10511340. OLE color: 10511340.

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

Color convert

RGB 236 99 160 -
CMYK 0 0.58 0.32 0.07
HSL 333.28º 0.78% 0.66% -
HSV(B) 333.28º 0.58% 0.93% -
XYZ 45.4 29.29 36.52 -
YUV 146.92 135.39 191.54 -
System Red Green Blue C M Y K H S L
Decimal 236 99 160 0 0.58 0.32 0.07 333.28 0.78 0.66
Hex EC 63 A0 0 3A 20 7 14D 4E 42
Octal 354 143 240 0 72 40 7 515 116 102
Binary 11101100 1100011 10100000 0 111010 100000 111 101001101 1001110 1000010

Color Harmonies of #EC63A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC63A0

Black with #EC63A0

Text Example


Text Example

White with #EC63A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC63A0; }

 p { color: rgb(236,99,160); }

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

background-color css

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

 a { background-color: rgb(236,99,160); }

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

border-color css

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

 span { border-color: rgb(236,99,160); }

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