Html Css Color HEX #EF57A1 Brilliant Rose

📋 copy color: '#EF57A1'

red 239 ◦ green 87 ◦ blue 161

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

Shades of Brilliant Rose #EF57A1

Tints of Brilliant Rose #EF57A1

RGB

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

 GREEN value IS 87 (34.38% from 255) = 17.86%

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

R = 49.08%
G = 17.86%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#EF57A1 (or 0xEF57A1) is known color: Brilliant Rose. HEX triplet: EF, 57 and A1. RGB value is (239,87,161). Sum of RGB (Red+Green+Blue) = 239+87+161=487 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.08% from 487); Green value is 87 (34.38% from 255 or 17.86% from 487); Blue value is 161 (63.28% from 255 or 33.06% from 487); Max value from RGB is 239 - color contains mainly: red. Hex color #EF57A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF57A1 is #10A85E. Grayscale: #8C8C8C. Windows color (decimal): -1091679 or 10573807. OLE color: 10573807.

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

Color convert

RGB 239 87 161 -
CMYK 0 0.64 0.33 0.06
HSL 330.79º 0.83% 0.64% -
HSV(B) 330.79º 0.64% 0.94% -
XYZ 45.44 27.74 36.68 -
YUV 140.88 139.36 197.98 -
System Red Green Blue C M Y K H S L
Decimal 239 87 161 0 0.64 0.33 0.06 330.79 0.83 0.64
Hex EF 57 A1 0 40 21 6 14B 53 40
Octal 357 127 241 0 100 41 6 513 123 100
Binary 11101111 1010111 10100001 0 1000000 100001 110 101001011 1010011 1000000

Color Harmonies of #EF57A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF57A1

Black with #EF57A1

Text Example


Text Example

White with #EF57A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF57A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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