Html Css Color HEX #EF5864 Wild Watermelon

📋 copy color: '#EF5864'

red 239 ◦ green 88 ◦ blue 100

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

Shades of Wild Watermelon #EF5864

Tints of Wild Watermelon #EF5864

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.61%

 BLUE value IS 100 (39.45% from 255) = 23.42%

R = 55.97%
G = 20.61%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#EF5864 (or 0xEF5864) is known color: Wild Watermelon. HEX triplet: EF, 58 and 64. RGB value is (239,88,100). Sum of RGB (Red+Green+Blue) = 239+88+100=427 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.97% from 427); Green value is 88 (34.77% from 255 or 20.61% from 427); Blue value is 100 (39.45% from 255 or 23.42% from 427); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5864 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5864 is #10A79B. Grayscale: #868686. Windows color (decimal): -1091484 or 6576367. OLE color: 6576367.

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

Color convert

RGB 239 88 100 -
CMYK 0 0.63 0.58 0.06
HSL 355.23º 0.83% 0.64% -
HSV(B) 355.23º 0.63% 0.94% -
XYZ 41.39 26.25 14.94 -
YUV 134.52 108.53 202.52 -
System Red Green Blue C M Y K H S L
Decimal 239 88 100 0 0.63 0.58 0.06 355.23 0.83 0.64
Hex EF 58 64 0 3F 3A 6 163 53 40
Octal 357 130 144 0 77 72 6 543 123 100
Binary 11101111 1011000 1100100 0 111111 111010 110 101100011 1010011 1000000

Color Harmonies of #EF5864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5864

Black with #EF5864

Text Example


Text Example

White with #EF5864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5864; }

 p { color: rgb(239,88,100); }

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

background-color css

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

 a { background-color: rgb(239,88,100); }

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

border-color css

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

 span { border-color: rgb(239,88,100); }

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