Html Css Color HEX #EF61A1 Brilliant Rose

📋 copy color: '#EF61A1'

red 239 ◦ green 97 ◦ blue 161

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

Shades of Brilliant Rose #EF61A1

Tints of Brilliant Rose #EF61A1

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.52%

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

R = 48.09%
G = 19.52%
B = 32.39%

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

#EF61A1 (or 0xEF61A1) is known color: Brilliant Rose. HEX triplet: EF, 61 and A1. RGB value is (239,97,161). Sum of RGB (Red+Green+Blue) = 239+97+161=497 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.09% from 497); Green value is 97 (38.28% from 255 or 19.52% from 497); Blue value is 161 (63.28% from 255 or 32.39% from 497); Max value from RGB is 239 - color contains mainly: red. Hex color #EF61A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF61A1 is #109E5E. Grayscale: #929292. Windows color (decimal): -1089119 or 10576367. OLE color: 10576367.

HSL color Cylindrical-coordinate representation of color #EF61A1: hue angle of 332.96º degrees, saturation: 0.82, 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 #EF61A1 is Cyan = 0, Magento = 0.59, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 97 161 -
CMYK 0 0.59 0.33 0.06
HSL 332.96º 0.82% 0.66% -
HSV(B) 332.96º 0.59% 0.94% -
XYZ 46.3 29.47 36.97 -
YUV 146.75 136.04 193.8 -
System Red Green Blue C M Y K H S L
Decimal 239 97 161 0 0.59 0.33 0.06 332.96 0.82 0.66
Hex EF 61 A1 0 3B 21 6 14D 52 42
Octal 357 141 241 0 73 41 6 515 122 102
Binary 11101111 1100001 10100001 0 111011 100001 110 101001101 1010010 1000010

Color Harmonies of #EF61A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF61A1

Black with #EF61A1

Text Example


Text Example

White with #EF61A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF61A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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