Html Css Color HEX #EF508A French Rose

📋 copy color: '#EF508A'

red 239 ◦ green 80 ◦ blue 138

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

Shades of French Rose #EF508A

Tints of French Rose #EF508A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 30.2%

R = 52.3%
G = 17.51%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#EF508A (or 0xEF508A) is known color: French Rose. HEX triplet: EF, 50 and 8A. RGB value is (239,80,138). Sum of RGB (Red+Green+Blue) = 239+80+138=457 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.30% from 457); Green value is 80 (31.64% from 255 or 17.51% from 457); Blue value is 138 (54.30% from 255 or 30.20% from 457); Max value from RGB is 239 - color contains mainly: red. Hex color #EF508A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF508A is #10AF75. Grayscale: #868686. Windows color (decimal): -1093494 or 9064687. OLE color: 9064687.

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

Color convert

RGB 239 80 138 -
CMYK 0 0.67 0.42 0.06
HSL 338.11º 0.83% 0.63% -
HSV(B) 338.11º 0.67% 0.94% -
XYZ 43.05 25.92 26.78 -
YUV 134.15 130.18 202.78 -
System Red Green Blue C M Y K H S L
Decimal 239 80 138 0 0.67 0.42 0.06 338.11 0.83 0.63
Hex EF 50 8A 0 43 2A 6 152 53 3F
Octal 357 120 212 0 103 52 6 522 123 77
Binary 11101111 1010000 10001010 0 1000011 101010 110 101010010 1010011 111111

Color Harmonies of #EF508A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF508A

Black with #EF508A

Text Example


Text Example

White with #EF508A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF508A; }

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

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

background-color css

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

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

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

border-color css

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

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

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