Html Css Color HEX #EF50B1 Brilliant Rose

📋 copy color: '#EF50B1'

red 239 ◦ green 80 ◦ blue 177

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

Shades of Brilliant Rose #EF50B1

Tints of Brilliant Rose #EF50B1

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.13%

 BLUE value IS 177 (69.53% from 255) = 35.69%

R = 48.19%
G = 16.13%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#EF50B1 (or 0xEF50B1) is known color: Brilliant Rose. HEX triplet: EF, 50 and B1. RGB value is (239,80,177). Sum of RGB (Red+Green+Blue) = 239+80+177=496 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.19% from 496); Green value is 80 (31.64% from 255 or 16.13% from 496); Blue value is 177 (69.53% from 255 or 35.69% from 496); Max value from RGB is 239 - color contains mainly: red. Hex color #EF50B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF50B1 is #10AF4E. Grayscale: #8A8A8A. Windows color (decimal): -1093455 or 11620591. OLE color: 11620591.

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

Color convert

RGB 239 80 177 -
CMYK 0 0.67 0.26 0.06
HSL 323.4º 0.83% 0.63% -
HSV(B) 323.4º 0.67% 0.94% -
XYZ 46.4 27.26 44.41 -
YUV 138.6 149.68 199.61 -
System Red Green Blue C M Y K H S L
Decimal 239 80 177 0 0.67 0.26 0.06 323.4 0.83 0.63
Hex EF 50 B1 0 43 1A 6 143 53 3F
Octal 357 120 261 0 103 32 6 503 123 77
Binary 11101111 1010000 10110001 0 1000011 11010 110 101000011 1010011 111111

Color Harmonies of #EF50B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF50B1

Black with #EF50B1

Text Example


Text Example

White with #EF50B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF50B1; }

 p { color: rgb(239,80,177); }

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

background-color css

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

 a { background-color: rgb(239,80,177); }

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

border-color css

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

 span { border-color: rgb(239,80,177); }

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