Html Css Color HEX #EF526C Wild Watermelon

📋 copy color: '#EF526C'

red 239 ◦ green 82 ◦ blue 108

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

Shades of Wild Watermelon #EF526C

Tints of Wild Watermelon #EF526C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 25.17%

R = 55.71%
G = 19.11%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#EF526C (or 0xEF526C) is known color: Wild Watermelon. HEX triplet: EF, 52 and 6C. RGB value is (239,82,108). Sum of RGB (Red+Green+Blue) = 239+82+108=429 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.71% from 429); Green value is 82 (32.42% from 255 or 19.11% from 429); Blue value is 108 (42.58% from 255 or 25.17% from 429); Max value from RGB is 239 - color contains mainly: red. Hex color #EF526C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF526C is #10AD93. Grayscale: #838383. Windows color (decimal): -1093012 or 7099119. OLE color: 7099119.

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

Color convert

RGB 239 82 108 -
CMYK 0 0.66 0.55 0.06
HSL 350.06º 0.83% 0.63% -
HSV(B) 350.06º 0.66% 0.94% -
XYZ 41.32 25.47 16.93 -
YUV 131.91 114.51 204.39 -
System Red Green Blue C M Y K H S L
Decimal 239 82 108 0 0.66 0.55 0.06 350.06 0.83 0.63
Hex EF 52 6C 0 42 37 6 15E 53 3F
Octal 357 122 154 0 102 67 6 536 123 77
Binary 11101111 1010010 1101100 0 1000010 110111 110 101011110 1010011 111111

Color Harmonies of #EF526C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF526C

Black with #EF526C

Text Example


Text Example

White with #EF526C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF526C; }

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

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

background-color css

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

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

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

border-color css

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

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

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