Html Css Color HEX #EB37A1 Wild Strawberry

📋 copy color: '#EB37A1'

red 235 ◦ green 55 ◦ blue 161

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

Shades of Wild Strawberry #EB37A1

Tints of Wild Strawberry #EB37A1

RGB

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

 GREEN value IS 55 (21.88% from 255) = 12.2%

 BLUE value IS 161 (63.28% from 255) = 35.7%

R = 52.11%
G = 12.2%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.31

 K value IS 0.08

RGB Variations

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

Color information

#EB37A1 (or 0xEB37A1) is known color: Wild Strawberry. HEX triplet: EB, 37 and A1. RGB value is (235,55,161). Sum of RGB (Red+Green+Blue) = 235+55+161=451 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.11% from 451); Green value is 55 (21.88% from 255 or 12.20% from 451); Blue value is 161 (63.28% from 255 or 35.70% from 451); Max value from RGB is 235 - color contains mainly: red. Hex color #EB37A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB37A1 is #14C85E. Grayscale: #787878. Windows color (decimal): -1362015 or 10565611. OLE color: 10565611.

HSL color Cylindrical-coordinate representation of color #EB37A1: hue angle of 324.67º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EB37A1 is Cyan = 0, Magento = 0.77, Yellow = 0.31 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 55 161 -
CMYK 0 0.77 0.31 0.08
HSL 324.67º 0.82% 0.57% -
HSV(B) 324.67º 0.77% 0.92% -
XYZ 42.06 22.97 35.93 -
YUV 120.9 150.63 209.38 -
System Red Green Blue C M Y K H S L
Decimal 235 55 161 0 0.77 0.31 0.08 324.67 0.82 0.57
Hex EB 37 A1 0 4D 1F 8 145 52 39
Octal 353 67 241 0 115 37 10 505 122 71
Binary 11101011 110111 10100001 0 1001101 11111 1000 101000101 1010010 111001

Color Harmonies of #EB37A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB37A1

Black with #EB37A1

Text Example


Text Example

White with #EB37A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB37A1; }

 p { color: rgb(235,55,161); }

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

background-color css

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

 a { background-color: rgb(235,55,161); }

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

border-color css

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

 span { border-color: rgb(235,55,161); }

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