Html Css Color HEX #EF50B2 Brilliant Rose

📋 copy color: '#EF50B2'

red 239 ◦ green 80 ◦ blue 178

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

Shades of Brilliant Rose #EF50B2

Tints of Brilliant Rose #EF50B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 35.81%

R = 48.09%
G = 16.1%
B = 35.81%

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

#EF50B2 (or 0xEF50B2) is known color: Brilliant Rose. HEX triplet: EF, 50 and B2. RGB value is (239,80,178). Sum of RGB (Red+Green+Blue) = 239+80+178=497 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.09% from 497); Green value is 80 (31.64% from 255 or 16.10% from 497); Blue value is 178 (69.92% from 255 or 35.81% from 497); Max value from RGB is 239 - color contains mainly: red. Hex color #EF50B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF50B2 is #10AF4D. Grayscale: #8A8A8A. Windows color (decimal): -1093454 or 11686127. OLE color: 11686127.

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

Color convert

RGB 239 80 178 -
CMYK 0 0.67 0.26 0.06
HSL 323.02º 0.83% 0.63% -
HSV(B) 323.02º 0.67% 0.94% -
XYZ 46.5 27.3 44.94 -
YUV 138.71 150.18 199.53 -
System Red Green Blue C M Y K H S L
Decimal 239 80 178 0 0.67 0.26 0.06 323.02 0.83 0.63
Hex EF 50 B2 0 43 1A 6 143 53 3F
Octal 357 120 262 0 103 32 6 503 123 77
Binary 11101111 1010000 10110010 0 1000011 11010 110 101000011 1010011 111111

Color Harmonies of #EF50B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF50B2

Black with #EF50B2

Text Example


Text Example

White with #EF50B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF50B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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