Html Css Color HEX #EB369B Wild Strawberry

📋 copy color: '#EB369B'

red 235 ◦ green 54 ◦ blue 155

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

Shades of Wild Strawberry #EB369B

Tints of Wild Strawberry #EB369B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.16%

 BLUE value IS 155 (60.94% from 255) = 34.91%

R = 52.93%
G = 12.16%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#EB369B (or 0xEB369B) is known color: Wild Strawberry. HEX triplet: EB, 36 and 9B. RGB value is (235,54,155). Sum of RGB (Red+Green+Blue) = 235+54+155=444 (58% of max value = 765). Red value is 235 (92.19% from 255 or 52.93% from 444); Green value is 54 (21.48% from 255 or 12.16% from 444); Blue value is 155 (60.94% from 255 or 34.91% from 444); Max value from RGB is 235 - color contains mainly: red. Hex color #EB369B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB369B is #14C964. Grayscale: #777777. Windows color (decimal): -1362277 or 10172139. OLE color: 10172139.

HSL color Cylindrical-coordinate representation of color #EB369B: hue angle of 326.52º 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 #EB369B is Cyan = 0, Magento = 0.77, Yellow = 0.34 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 54 155 -
CMYK 0 0.77 0.34 0.08
HSL 326.52º 0.82% 0.57% -
HSV(B) 326.52º 0.77% 0.92% -
XYZ 41.5 22.67 33.2 -
YUV 119.63 147.97 210.29 -
System Red Green Blue C M Y K H S L
Decimal 235 54 155 0 0.77 0.34 0.08 326.52 0.82 0.57
Hex EB 36 9B 0 4D 22 8 147 52 39
Octal 353 66 233 0 115 42 10 507 122 71
Binary 11101011 110110 10011011 0 1001101 100010 1000 101000111 1010010 111001

Color Harmonies of #EB369B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB369B

Black with #EB369B

Text Example


Text Example

White with #EB369B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB369B; }

 p { color: rgb(235,54,155); }

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

background-color css

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

 a { background-color: rgb(235,54,155); }

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

border-color css

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

 span { border-color: rgb(235,54,155); }

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