Html Css Color HEX #EB3C99 Wild Strawberry

📋 copy color: '#EB3C99'

red 235 ◦ green 60 ◦ blue 153

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

Shades of Wild Strawberry #EB3C99

Tints of Wild Strawberry #EB3C99

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.39%

 BLUE value IS 153 (60.16% from 255) = 34.15%

R = 52.46%
G = 13.39%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.35

 K value IS 0.08

RGB Variations

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

Color information

#EB3C99 (or 0xEB3C99) is known color: Wild Strawberry. HEX triplet: EB, 3C and 99. RGB value is (235,60,153). Sum of RGB (Red+Green+Blue) = 235+60+153=448 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.46% from 448); Green value is 60 (23.83% from 255 or 13.39% from 448); Blue value is 153 (60.16% from 255 or 34.15% from 448); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3C99 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB3C99 is #14C366. Grayscale: #7A7A7A. Windows color (decimal): -1360743 or 10042603. OLE color: 10042603.

HSL color Cylindrical-coordinate representation of color #EB3C99: hue angle of 328.11º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EB3C99 is Cyan = 0, Magento = 0.74, Yellow = 0.35 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 60 153 -
CMYK 0 0.74 0.35 0.08
HSL 328.11º 0.81% 0.58% -
HSV(B) 328.11º 0.74% 0.92% -
XYZ 41.63 23.19 32.42 -
YUV 122.93 144.98 207.94 -
System Red Green Blue C M Y K H S L
Decimal 235 60 153 0 0.74 0.35 0.08 328.11 0.81 0.58
Hex EB 3C 99 0 4A 23 8 148 51 3A
Octal 353 74 231 0 112 43 10 510 121 72
Binary 11101011 111100 10011001 0 1001010 100011 1000 101001000 1010001 111010

Color Harmonies of #EB3C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB3C99

Black with #EB3C99

Text Example


Text Example

White with #EB3C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB3C99; }

 p { color: rgb(235,60,153); }

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

background-color css

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

 a { background-color: rgb(235,60,153); }

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

border-color css

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

 span { border-color: rgb(235,60,153); }

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