Html Css Color HEX #EF525C Wild Watermelon

📋 copy color: '#EF525C'

red 239 ◦ green 82 ◦ blue 92

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

Shades of Wild Watermelon #EF525C

Tints of Wild Watermelon #EF525C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 22.28%

R = 57.87%
G = 19.85%
B = 22.28%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#EF525C (or 0xEF525C) is known color: Wild Watermelon. HEX triplet: EF, 52 and 5C. RGB value is (239,82,92). Sum of RGB (Red+Green+Blue) = 239+82+92=413 (54% of max value = 765). Red value is 239 (93.75% from 255 or 57.87% from 413); Green value is 82 (32.42% from 255 or 19.85% from 413); Blue value is 92 (36.33% from 255 or 22.28% from 413); Max value from RGB is 239 - color contains mainly: red. Hex color #EF525C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF525C is #10ADA3. Grayscale: #828282. Windows color (decimal): -1093028 or 6050543. OLE color: 6050543.

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

Color convert

RGB 239 82 92 -
CMYK 0 0.66 0.62 0.06
HSL 356.18º 0.83% 0.63% -
HSV(B) 356.18º 0.66% 0.94% -
XYZ 40.55 25.16 12.84 -
YUV 130.08 106.51 205.69 -
System Red Green Blue C M Y K H S L
Decimal 239 82 92 0 0.66 0.62 0.06 356.18 0.83 0.63
Hex EF 52 5C 0 42 3E 6 164 53 3F
Octal 357 122 134 0 102 76 6 544 123 77
Binary 11101111 1010010 1011100 0 1000010 111110 110 101100100 1010011 111111

Color Harmonies of #EF525C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF525C

Black with #EF525C

Text Example


Text Example

White with #EF525C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF525C; }

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

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

background-color css

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

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

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

border-color css

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

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

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