Html Css Color HEX #EF57A0 Brilliant Rose

📋 copy color: '#EF57A0'

red 239 ◦ green 87 ◦ blue 160

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

Shades of Brilliant Rose #EF57A0

Tints of Brilliant Rose #EF57A0

RGB

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

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

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

R = 49.18%
G = 17.9%
B = 32.92%

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

#EF57A0 (or 0xEF57A0) is known color: Brilliant Rose. HEX triplet: EF, 57 and A0. RGB value is (239,87,160). Sum of RGB (Red+Green+Blue) = 239+87+160=486 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.18% from 486); Green value is 87 (34.38% from 255 or 17.90% from 486); Blue value is 160 (62.89% from 255 or 32.92% from 486); Max value from RGB is 239 - color contains mainly: red. Hex color #EF57A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF57A0 is #10A85F. Grayscale: #8C8C8C. Windows color (decimal): -1091680 or 10508271. OLE color: 10508271.

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

Color convert

RGB 239 87 160 -
CMYK 0 0.64 0.33 0.06
HSL 331.18º 0.83% 0.64% -
HSV(B) 331.18º 0.64% 0.94% -
XYZ 45.35 27.71 36.22 -
YUV 140.77 138.86 198.06 -
System Red Green Blue C M Y K H S L
Decimal 239 87 160 0 0.64 0.33 0.06 331.18 0.83 0.64
Hex EF 57 A0 0 40 21 6 14B 53 40
Octal 357 127 240 0 100 41 6 513 123 100
Binary 11101111 1010111 10100000 0 1000000 100001 110 101001011 1010011 1000000

Color Harmonies of #EF57A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF57A0

Black with #EF57A0

Text Example


Text Example

White with #EF57A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF57A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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