Html Css Color HEX #EF5268 Wild Watermelon

📋 copy color: '#EF5268'

red 239 ◦ green 82 ◦ blue 104

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

Shades of Wild Watermelon #EF5268

Tints of Wild Watermelon #EF5268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 24.47%

R = 56.24%
G = 19.29%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#EF5268 (or 0xEF5268) is known color: Wild Watermelon. HEX triplet: EF, 52 and 68. RGB value is (239,82,104). Sum of RGB (Red+Green+Blue) = 239+82+104=425 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.24% from 425); Green value is 82 (32.42% from 255 or 19.29% from 425); Blue value is 104 (41.02% from 255 or 24.47% from 425); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5268 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5268 is #10AD97. Grayscale: #838383. Windows color (decimal): -1093016 or 6836975. OLE color: 6836975.

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

Color convert

RGB 239 82 104 -
CMYK 0 0.66 0.56 0.06
HSL 351.59º 0.83% 0.63% -
HSV(B) 351.59º 0.66% 0.94% -
XYZ 41.11 25.38 15.83 -
YUV 131.45 112.51 204.71 -
System Red Green Blue C M Y K H S L
Decimal 239 82 104 0 0.66 0.56 0.06 351.59 0.83 0.63
Hex EF 52 68 0 42 38 6 160 53 3F
Octal 357 122 150 0 102 70 6 540 123 77
Binary 11101111 1010010 1101000 0 1000010 111000 110 101100000 1010011 111111

Color Harmonies of #EF5268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5268

Black with #EF5268

Text Example


Text Example

White with #EF5268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5268; }

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

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

background-color css

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

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

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

border-color css

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

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

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