Html Css Color HEX #EF50B5 Brilliant Rose

📋 copy color: '#EF50B5'

red 239 ◦ green 80 ◦ blue 181

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

Shades of Brilliant Rose #EF50B5

Tints of Brilliant Rose #EF50B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 36.2%

R = 47.8%
G = 16%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.24

 K value IS 0.06

RGB Variations

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

Color information

#EF50B5 (or 0xEF50B5) is known color: Brilliant Rose. HEX triplet: EF, 50 and B5. RGB value is (239,80,181). Sum of RGB (Red+Green+Blue) = 239+80+181=500 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.8% from 500); Green value is 80 (31.64% from 255 or 16% from 500); Blue value is 181 (71.09% from 255 or 36.2% from 500); Max value from RGB is 239 - color contains mainly: red. Hex color #EF50B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF50B5 is #10AF4A. Grayscale: #8A8A8A. Windows color (decimal): -1093451 or 11882735. OLE color: 11882735.

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

Color convert

RGB 239 80 181 -
CMYK 0 0.67 0.24 0.06
HSL 321.89º 0.83% 0.63% -
HSV(B) 321.89º 0.67% 0.94% -
XYZ 46.81 27.42 46.54 -
YUV 139.06 151.68 199.29 -
System Red Green Blue C M Y K H S L
Decimal 239 80 181 0 0.67 0.24 0.06 321.89 0.83 0.63
Hex EF 50 B5 0 43 18 6 142 53 3F
Octal 357 120 265 0 103 30 6 502 123 77
Binary 11101111 1010000 10110101 0 1000011 11000 110 101000010 1010011 111111

Color Harmonies of #EF50B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF50B5

Black with #EF50B5

Text Example


Text Example

White with #EF50B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF50B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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