Html Css Color HEX #EF6075 Wild Watermelon

📋 copy color: '#EF6075'

red 239 ◦ green 96 ◦ blue 117

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

Shades of Wild Watermelon #EF6075

Tints of Wild Watermelon #EF6075

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.24%

 BLUE value IS 117 (46.09% from 255) = 25.88%

R = 52.88%
G = 21.24%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#EF6075 (or 0xEF6075) is known color: Wild Watermelon. HEX triplet: EF, 60 and 75. RGB value is (239,96,117). Sum of RGB (Red+Green+Blue) = 239+96+117=452 (59% of max value = 765). Red value is 239 (93.75% from 255 or 52.88% from 452); Green value is 96 (37.89% from 255 or 21.24% from 452); Blue value is 117 (46.09% from 255 or 25.88% from 452); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6075 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF6075 is #109F8A. Grayscale: #8D8D8D. Windows color (decimal): -1089419 or 7692527. OLE color: 7692527.

HSL color Cylindrical-coordinate representation of color #EF6075: hue angle of 351.19º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EF6075 is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 96 117 -
CMYK 0 0.60 0.51 0.06
HSL 351.19º 0.82% 0.66% -
HSV(B) 351.19º 0.6% 0.94% -
XYZ 42.99 28 19.97 -
YUV 141.15 114.38 197.79 -
System Red Green Blue C M Y K H S L
Decimal 239 96 117 0 0.60 0.51 0.06 351.19 0.82 0.66
Hex EF 60 75 0 3C 33 6 15F 52 42
Octal 357 140 165 0 74 63 6 537 122 102
Binary 11101111 1100000 1110101 0 111100 110011 110 101011111 1010010 1000010

Color Harmonies of #EF6075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6075

Black with #EF6075

Text Example


Text Example

White with #EF6075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6075; }

 p { color: rgb(239,96,117); }

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

background-color css

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

 a { background-color: rgb(239,96,117); }

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

border-color css

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

 span { border-color: rgb(239,96,117); }

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