Html Css Color HEX #E9349B Wild Strawberry

📋 copy color: '#E9349B'

red 233 ◦ green 52 ◦ blue 155

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

Shades of Wild Strawberry #E9349B

Tints of Wild Strawberry #E9349B

RGB

 RED value IS 233 (91.41% from 255) = 52.95%

 GREEN value IS 52 (20.7% from 255) = 11.82%

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

R = 52.95%
G = 11.82%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.33

 K value IS 0.09

RGB Variations

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

Color information

#E9349B (or 0xE9349B) is known color: Wild Strawberry. HEX triplet: E9, 34 and 9B. RGB value is (233,52,155). Sum of RGB (Red+Green+Blue) = 233+52+155=440 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.95% from 440); Green value is 52 (20.70% from 255 or 11.82% from 440); Blue value is 155 (60.94% from 255 or 35.23% from 440); Max value from RGB is 233 - color contains mainly: red. Hex color #E9349B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E9349B is #16CB64. Grayscale: #757575. Windows color (decimal): -1493861 or 10171625. OLE color: 10171625.

HSL color Cylindrical-coordinate representation of color #E9349B: hue angle of 325.86º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E9349B is Cyan = 0, Magento = 0.78, Yellow = 0.33 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 52 155 -
CMYK 0 0.78 0.33 0.09
HSL 325.86º 0.8% 0.56% -
HSV(B) 325.86º 0.78% 0.91% -
XYZ 40.75 22.15 33.14 -
YUV 117.86 148.97 210.12 -
System Red Green Blue C M Y K H S L
Decimal 233 52 155 0 0.78 0.33 0.09 325.86 0.8 0.56
Hex E9 34 9B 0 4E 21 9 146 50 38
Octal 351 64 233 0 116 41 11 506 120 70
Binary 11101001 110100 10011011 0 1001110 100001 1001 101000110 1010000 111000

Color Harmonies of #E9349B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9349B

Black with #E9349B

Text Example


Text Example

White with #E9349B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9349B; }

 p { color: rgb(233,52,155); }

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

background-color css

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

 a { background-color: rgb(233,52,155); }

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

border-color css

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

 span { border-color: rgb(233,52,155); }

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