Html Css Color HEX #EF5465 Wild Watermelon

📋 copy color: '#EF5465'

red 239 ◦ green 84 ◦ blue 101

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

Shades of Wild Watermelon #EF5465

Tints of Wild Watermelon #EF5465

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.81%

 BLUE value IS 101 (39.84% from 255) = 23.82%

R = 56.37%
G = 19.81%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#EF5465 (or 0xEF5465) is known color: Wild Watermelon. HEX triplet: EF, 54 and 65. RGB value is (239,84,101). Sum of RGB (Red+Green+Blue) = 239+84+101=424 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.37% from 424); Green value is 84 (33.20% from 255 or 19.81% from 424); Blue value is 101 (39.84% from 255 or 23.82% from 424); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5465 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5465 is #10AB9A. Grayscale: #848484. Windows color (decimal): -1092507 or 6640879. OLE color: 6640879.

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

Color convert

RGB 239 84 101 -
CMYK 0 0.65 0.58 0.06
HSL 353.42º 0.83% 0.63% -
HSV(B) 353.42º 0.65% 0.94% -
XYZ 41.12 25.63 15.09 -
YUV 132.28 110.35 204.12 -
System Red Green Blue C M Y K H S L
Decimal 239 84 101 0 0.65 0.58 0.06 353.42 0.83 0.63
Hex EF 54 65 0 41 3A 6 161 53 3F
Octal 357 124 145 0 101 72 6 541 123 77
Binary 11101111 1010100 1100101 0 1000001 111010 110 101100001 1010011 111111

Color Harmonies of #EF5465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5465

Black with #EF5465

Text Example


Text Example

White with #EF5465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5465; }

 p { color: rgb(239,84,101); }

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

background-color css

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

 a { background-color: rgb(239,84,101); }

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

border-color css

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

 span { border-color: rgb(239,84,101); }

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