Html Css Color HEX #EB5A70 Wild Watermelon

📋 copy color: '#EB5A70'

red 235 ◦ green 90 ◦ blue 112

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

Shades of Wild Watermelon #EB5A70

Tints of Wild Watermelon #EB5A70

RGB

 RED value IS 235 (92.19% from 255) = 53.78%

 GREEN value IS 90 (35.55% from 255) = 20.59%

 BLUE value IS 112 (44.14% from 255) = 25.63%

R = 53.78%
G = 20.59%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EB5A70 (or 0xEB5A70) is known color: Wild Watermelon. HEX triplet: EB, 5A and 70. RGB value is (235,90,112). Sum of RGB (Red+Green+Blue) = 235+90+112=437 (57% of max value = 765). Red value is 235 (92.19% from 255 or 53.78% from 437); Green value is 90 (35.55% from 255 or 20.59% from 437); Blue value is 112 (44.14% from 255 or 25.63% from 437); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5A70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB5A70 is #14A58F. Grayscale: #878787. Windows color (decimal): -1353104 or 7363307. OLE color: 7363307.

HSL color Cylindrical-coordinate representation of color #EB5A70: hue angle of 350.9º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EB5A70 is Cyan = 0, Magento = 0.62, Yellow = 0.52 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 90 112 -
CMYK 0 0.62 0.52 0.08
HSL 350.9º 0.78% 0.64% -
HSV(B) 350.9º 0.62% 0.92% -
XYZ 40.84 26.14 18.22 -
YUV 135.86 114.54 198.71 -
System Red Green Blue C M Y K H S L
Decimal 235 90 112 0 0.62 0.52 0.08 350.9 0.78 0.64
Hex EB 5A 70 0 3E 34 8 15F 4E 40
Octal 353 132 160 0 76 64 10 537 116 100
Binary 11101011 1011010 1110000 0 111110 110100 1000 101011111 1001110 1000000

Color Harmonies of #EB5A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5A70

Black with #EB5A70

Text Example


Text Example

White with #EB5A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5A70; }

 p { color: rgb(235,90,112); }

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

background-color css

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

 a { background-color: rgb(235,90,112); }

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

border-color css

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

 span { border-color: rgb(235,90,112); }

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