Html Css Color HEX #EF56B0 Brilliant Rose

📋 copy color: '#EF56B0'

red 239 ◦ green 86 ◦ blue 176

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

Shades of Brilliant Rose #EF56B0

Tints of Brilliant Rose #EF56B0

RGB

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

 GREEN value IS 86 (33.98% from 255) = 17.17%

 BLUE value IS 176 (69.14% from 255) = 35.13%

R = 47.7%
G = 17.17%
B = 35.13%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#EF56B0 (or 0xEF56B0) is known color: Brilliant Rose. HEX triplet: EF, 56 and B0. RGB value is (239,86,176). Sum of RGB (Red+Green+Blue) = 239+86+176=501 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.70% from 501); Green value is 86 (33.98% from 255 or 17.17% from 501); Blue value is 176 (69.14% from 255 or 35.13% from 501); Max value from RGB is 239 - color contains mainly: red. Hex color #EF56B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF56B0 is #10A94F. Grayscale: #8D8D8D. Windows color (decimal): -1091920 or 11556591. OLE color: 11556591.

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

Color convert

RGB 239 86 176 -
CMYK 0 0.64 0.26 0.06
HSL 324.71º 0.83% 0.64% -
HSV(B) 324.71º 0.64% 0.94% -
XYZ 46.76 28.14 44.04 -
YUV 142.01 147.19 197.18 -
System Red Green Blue C M Y K H S L
Decimal 239 86 176 0 0.64 0.26 0.06 324.71 0.83 0.64
Hex EF 56 B0 0 40 1A 6 145 53 40
Octal 357 126 260 0 100 32 6 505 123 100
Binary 11101111 1010110 10110000 0 1000000 11010 110 101000101 1010011 1000000

Color Harmonies of #EF56B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF56B0

Black with #EF56B0

Text Example


Text Example

White with #EF56B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF56B0; }

 p { color: rgb(239,86,176); }

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

background-color css

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

 a { background-color: rgb(239,86,176); }

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

border-color css

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

 span { border-color: rgb(239,86,176); }

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