Html Css Color HEX #EF525D Wild Watermelon

📋 copy color: '#EF525D'

red 239 ◦ green 82 ◦ blue 93

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

Shades of Wild Watermelon #EF525D

Tints of Wild Watermelon #EF525D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 22.46%

R = 57.73%
G = 19.81%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#EF525D (or 0xEF525D) is known color: Wild Watermelon. HEX triplet: EF, 52 and 5D. RGB value is (239,82,93). Sum of RGB (Red+Green+Blue) = 239+82+93=414 (54% of max value = 765). Red value is 239 (93.75% from 255 or 57.73% from 414); Green value is 82 (32.42% from 255 or 19.81% from 414); Blue value is 93 (36.72% from 255 or 22.46% from 414); Max value from RGB is 239 - color contains mainly: red. Hex color #EF525D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF525D is #10ADA2. Grayscale: #828282. Windows color (decimal): -1093027 or 6116079. OLE color: 6116079.

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

Color convert

RGB 239 82 93 -
CMYK 0 0.66 0.61 0.06
HSL 355.8º 0.83% 0.63% -
HSV(B) 355.8º 0.66% 0.94% -
XYZ 40.59 25.18 13.08 -
YUV 130.2 107.01 205.61 -
System Red Green Blue C M Y K H S L
Decimal 239 82 93 0 0.66 0.61 0.06 355.8 0.83 0.63
Hex EF 52 5D 0 42 3D 6 164 53 3F
Octal 357 122 135 0 102 75 6 544 123 77
Binary 11101111 1010010 1011101 0 1000010 111101 110 101100100 1010011 111111

Color Harmonies of #EF525D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF525D

Black with #EF525D

Text Example


Text Example

White with #EF525D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF525D; }

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

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

background-color css

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

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

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

border-color css

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

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

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