Html Css Color HEX #EF535D Wild Watermelon

📋 copy color: '#EF535D'

red 239 ◦ green 83 ◦ blue 93

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

Shades of Wild Watermelon #EF535D

Tints of Wild Watermelon #EF535D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20%

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

R = 57.59%
G = 20%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#EF535D (or 0xEF535D) is known color: Wild Watermelon. HEX triplet: EF, 53 and 5D. RGB value is (239,83,93). Sum of RGB (Red+Green+Blue) = 239+83+93=415 (54% of max value = 765). Red value is 239 (93.75% from 255 or 57.59% from 415); Green value is 83 (32.81% from 255 or 20% from 415); Blue value is 93 (36.72% from 255 or 22.41% from 415); Max value from RGB is 239 - color contains mainly: red. Hex color #EF535D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF535D is #10ACA2. Grayscale: #828282. Windows color (decimal): -1092771 or 6116335. OLE color: 6116335.

HSL color Cylindrical-coordinate representation of color #EF535D: hue angle of 356.15º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EF535D is Cyan = 0, Magento = 0.65, Yellow = 0.61 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 83 93 -
CMYK 0 0.65 0.61 0.06
HSL 356.15º 0.83% 0.63% -
HSV(B) 356.15º 0.65% 0.94% -
XYZ 40.67 25.33 13.1 -
YUV 130.78 106.68 205.19 -
System Red Green Blue C M Y K H S L
Decimal 239 83 93 0 0.65 0.61 0.06 356.15 0.83 0.63
Hex EF 53 5D 0 41 3D 6 164 53 3F
Octal 357 123 135 0 101 75 6 544 123 77
Binary 11101111 1010011 1011101 0 1000001 111101 110 101100100 1010011 111111

Color Harmonies of #EF535D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF535D

Black with #EF535D

Text Example


Text Example

White with #EF535D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF535D; }

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

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

background-color css

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

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

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

border-color css

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

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

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