Html Css Color HEX #EF5288 French Rose

📋 copy color: '#EF5288'

red 239 ◦ green 82 ◦ blue 136

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

Shades of French Rose #EF5288

Tints of French Rose #EF5288

RGB

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

 GREEN value IS 82 (32.42% from 255) = 17.94%

 BLUE value IS 136 (53.52% from 255) = 29.76%

R = 52.3%
G = 17.94%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.43

 K value IS 0.06

RGB Variations

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

Color information

#EF5288 (or 0xEF5288) is known color: French Rose. HEX triplet: EF, 52 and 88. RGB value is (239,82,136). Sum of RGB (Red+Green+Blue) = 239+82+136=457 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.30% from 457); Green value is 82 (32.42% from 255 or 17.94% from 457); Blue value is 136 (53.52% from 255 or 29.76% from 457); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5288 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5288 is #10AD77. Grayscale: #878787. Windows color (decimal): -1092984 or 8934127. OLE color: 8934127.

HSL color Cylindrical-coordinate representation of color #EF5288: hue angle of 339.36º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EF5288 is Cyan = 0, Magento = 0.66, Yellow = 0.43 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 82 136 -
CMYK 0 0.66 0.43 0.06
HSL 339.36º 0.83% 0.63% -
HSV(B) 339.36º 0.66% 0.94% -
XYZ 43.06 26.16 26.07 -
YUV 135.1 128.51 202.11 -
System Red Green Blue C M Y K H S L
Decimal 239 82 136 0 0.66 0.43 0.06 339.36 0.83 0.63
Hex EF 52 88 0 42 2B 6 153 53 3F
Octal 357 122 210 0 102 53 6 523 123 77
Binary 11101111 1010010 10001000 0 1000010 101011 110 101010011 1010011 111111

Color Harmonies of #EF5288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5288

Black with #EF5288

Text Example


Text Example

White with #EF5288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5288; }

 p { color: rgb(239,82,136); }

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

background-color css

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

 a { background-color: rgb(239,82,136); }

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

border-color css

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

 span { border-color: rgb(239,82,136); }

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