Html Css Color HEX #EF63A1 Brilliant Rose

📋 copy color: '#EF63A1'

red 239 ◦ green 99 ◦ blue 161

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

Shades of Brilliant Rose #EF63A1

Tints of Brilliant Rose #EF63A1

RGB

 RED value IS 239 (93.75% from 255) = 47.9%

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

 BLUE value IS 161 (63.28% from 255) = 32.26%

R = 47.9%
G = 19.84%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#EF63A1 (or 0xEF63A1) is known color: Brilliant Rose. HEX triplet: EF, 63 and A1. RGB value is (239,99,161). Sum of RGB (Red+Green+Blue) = 239+99+161=499 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.90% from 499); Green value is 99 (39.06% from 255 or 19.84% from 499); Blue value is 161 (63.28% from 255 or 32.26% from 499); Max value from RGB is 239 - color contains mainly: red. Hex color #EF63A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF63A1 is #109C5E. Grayscale: #939393. Windows color (decimal): -1088607 or 10576879. OLE color: 10576879.

HSL color Cylindrical-coordinate representation of color #EF63A1: hue angle of 333.43º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EF63A1 is Cyan = 0, Magento = 0.59, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 99 161 -
CMYK 0 0.59 0.33 0.06
HSL 333.43º 0.81% 0.66% -
HSV(B) 333.43º 0.59% 0.94% -
XYZ 46.49 29.85 37.03 -
YUV 147.93 135.38 192.96 -
System Red Green Blue C M Y K H S L
Decimal 239 99 161 0 0.59 0.33 0.06 333.43 0.81 0.66
Hex EF 63 A1 0 3B 21 6 14D 51 42
Octal 357 143 241 0 73 41 6 515 121 102
Binary 11101111 1100011 10100001 0 111011 100001 110 101001101 1010001 1000010

Color Harmonies of #EF63A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF63A1

Black with #EF63A1

Text Example


Text Example

White with #EF63A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF63A1; }

 p { color: rgb(239,99,161); }

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

background-color css

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

 a { background-color: rgb(239,99,161); }

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

border-color css

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

 span { border-color: rgb(239,99,161); }

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