Html Css Color HEX #EF50B9 Brilliant Rose

📋 copy color: '#EF50B9'

red 239 ◦ green 80 ◦ blue 185

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

Shades of Brilliant Rose #EF50B9

Tints of Brilliant Rose #EF50B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 36.71%

R = 47.42%
G = 15.87%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.23

 K value IS 0.06

RGB Variations

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

Color information

#EF50B9 (or 0xEF50B9) is known color: Brilliant Rose. HEX triplet: EF, 50 and B9. RGB value is (239,80,185). Sum of RGB (Red+Green+Blue) = 239+80+185=504 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.42% from 504); Green value is 80 (31.64% from 255 or 15.87% from 504); Blue value is 185 (72.66% from 255 or 36.71% from 504); Max value from RGB is 239 - color contains mainly: red. Hex color #EF50B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF50B9 is #10AF46. Grayscale: #8B8B8B. Windows color (decimal): -1093447 or 12144879. OLE color: 12144879.

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

Color convert

RGB 239 80 185 -
CMYK 0 0.67 0.23 0.06
HSL 320.38º 0.83% 0.63% -
HSV(B) 320.38º 0.67% 0.94% -
XYZ 47.22 27.59 48.74 -
YUV 139.51 153.68 198.96 -
System Red Green Blue C M Y K H S L
Decimal 239 80 185 0 0.67 0.23 0.06 320.38 0.83 0.63
Hex EF 50 B9 0 43 17 6 140 53 3F
Octal 357 120 271 0 103 27 6 500 123 77
Binary 11101111 1010000 10111001 0 1000011 10111 110 101000000 1010011 111111

Color Harmonies of #EF50B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF50B9

Black with #EF50B9

Text Example


Text Example

White with #EF50B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF50B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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