Html Css Color HEX #EF509B Brilliant Rose

📋 copy color: '#EF509B'

red 239 ◦ green 80 ◦ blue 155

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

Shades of Brilliant Rose #EF509B

Tints of Brilliant Rose #EF509B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 32.7%

R = 50.42%
G = 16.88%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#EF509B (or 0xEF509B) is known color: Brilliant Rose. HEX triplet: EF, 50 and 9B. RGB value is (239,80,155). Sum of RGB (Red+Green+Blue) = 239+80+155=474 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.42% from 474); Green value is 80 (31.64% from 255 or 16.88% from 474); Blue value is 155 (60.94% from 255 or 32.70% from 474); Max value from RGB is 239 - color contains mainly: red. Hex color #EF509B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF509B is #10AF64. Grayscale: #878787. Windows color (decimal): -1093477 or 10178799. OLE color: 10178799.

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

Color convert

RGB 239 80 155 -
CMYK 0 0.67 0.35 0.06
HSL 331.7º 0.83% 0.63% -
HSV(B) 331.7º 0.67% 0.94% -
XYZ 44.38 26.45 33.78 -
YUV 136.09 138.68 201.4 -
System Red Green Blue C M Y K H S L
Decimal 239 80 155 0 0.67 0.35 0.06 331.7 0.83 0.63
Hex EF 50 9B 0 43 23 6 14C 53 3F
Octal 357 120 233 0 103 43 6 514 123 77
Binary 11101111 1010000 10011011 0 1000011 100011 110 101001100 1010011 111111

Color Harmonies of #EF509B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF509B

Black with #EF509B

Text Example


Text Example

White with #EF509B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF509B; }

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

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

background-color css

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

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

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

border-color css

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

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

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