Html Css Color HEX #EF5266 Wild Watermelon

📋 copy color: '#EF5266'

red 239 ◦ green 82 ◦ blue 102

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

Shades of Wild Watermelon #EF5266

Tints of Wild Watermelon #EF5266

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 24.11%

R = 56.5%
G = 19.39%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#EF5266 (or 0xEF5266) is known color: Wild Watermelon. HEX triplet: EF, 52 and 66. RGB value is (239,82,102). Sum of RGB (Red+Green+Blue) = 239+82+102=423 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.50% from 423); Green value is 82 (32.42% from 255 or 19.39% from 423); Blue value is 102 (40.23% from 255 or 24.11% from 423); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5266 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5266 is #10AD99. Grayscale: #838383. Windows color (decimal): -1093018 or 6705903. OLE color: 6705903.

HSL color Cylindrical-coordinate representation of color #EF5266: hue angle of 352.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 #EF5266 is Cyan = 0, Magento = 0.66, Yellow = 0.57 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 82 102 -
CMYK 0 0.66 0.57 0.06
HSL 352.36º 0.83% 0.63% -
HSV(B) 352.36º 0.66% 0.94% -
XYZ 41.01 25.34 15.3 -
YUV 131.22 111.51 204.87 -
System Red Green Blue C M Y K H S L
Decimal 239 82 102 0 0.66 0.57 0.06 352.36 0.83 0.63
Hex EF 52 66 0 42 39 6 160 53 3F
Octal 357 122 146 0 102 71 6 540 123 77
Binary 11101111 1010010 1100110 0 1000010 111001 110 101100000 1010011 111111

Color Harmonies of #EF5266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5266

Black with #EF5266

Text Example


Text Example

White with #EF5266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5266; }

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

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

background-color css

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

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

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

border-color css

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

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

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