Html Css Color HEX #EF526B Wild Watermelon

📋 copy color: '#EF526B'

red 239 ◦ green 82 ◦ blue 107

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

Shades of Wild Watermelon #EF526B

Tints of Wild Watermelon #EF526B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 25%

R = 55.84%
G = 19.16%
B = 25%

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

#EF526B (or 0xEF526B) is known color: Wild Watermelon. HEX triplet: EF, 52 and 6B. RGB value is (239,82,107). Sum of RGB (Red+Green+Blue) = 239+82+107=428 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.84% from 428); Green value is 82 (32.42% from 255 or 19.16% from 428); Blue value is 107 (42.19% from 255 or 25% from 428); Max value from RGB is 239 - color contains mainly: red. Hex color #EF526B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF526B is #10AD94. Grayscale: #838383. Windows color (decimal): -1093013 or 7033583. OLE color: 7033583.

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

Color convert

RGB 239 82 107 -
CMYK 0 0.66 0.55 0.06
HSL 350.45º 0.83% 0.63% -
HSV(B) 350.45º 0.66% 0.94% -
XYZ 41.27 25.45 16.65 -
YUV 131.79 114.01 204.47 -
System Red Green Blue C M Y K H S L
Decimal 239 82 107 0 0.66 0.55 0.06 350.45 0.83 0.63
Hex EF 52 6B 0 42 37 6 15E 53 3F
Octal 357 122 153 0 102 67 6 536 123 77
Binary 11101111 1010010 1101011 0 1000010 110111 110 101011110 1010011 111111

Color Harmonies of #EF526B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF526B

Black with #EF526B

Text Example


Text Example

White with #EF526B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF526B; }

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

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

background-color css

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

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

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

border-color css

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

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

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