Html Css Color HEX #E6369F Wild Strawberry

📋 copy color: '#E6369F'

red 230 ◦ green 54 ◦ blue 159

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

Shades of Wild Strawberry #E6369F

Tints of Wild Strawberry #E6369F

RGB

 RED value IS 230 (90.23% from 255) = 51.92%

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

 BLUE value IS 159 (62.5% from 255) = 35.89%

R = 51.92%
G = 12.19%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.31

 K value IS 0.10

RGB Variations

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

Color information

#E6369F (or 0xE6369F) is known color: Wild Strawberry. HEX triplet: E6, 36 and 9F. RGB value is (230,54,159). Sum of RGB (Red+Green+Blue) = 230+54+159=443 (58% of max value = 765). Red value is 230 (90.23% from 255 or 51.92% from 443); Green value is 54 (21.48% from 255 or 12.19% from 443); Blue value is 159 (62.5% from 255 or 35.89% from 443); Max value from RGB is 230 - color contains mainly: red. Hex color #E6369F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E6369F is #19C960. Grayscale: #767676. Windows color (decimal): -1689953 or 10434278. OLE color: 10434278.

HSL color Cylindrical-coordinate representation of color #E6369F: hue angle of 324.2º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E6369F is Cyan = 0, Magento = 0.77, Yellow = 0.31 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 54 159 -
CMYK 0 0.77 0.31 0.10
HSL 324.2º 0.78% 0.56% -
HSV(B) 324.2º 0.77% 0.9% -
XYZ 40.21 21.96 34.92 -
YUV 118.59 150.81 207.46 -
System Red Green Blue C M Y K H S L
Decimal 230 54 159 0 0.77 0.31 0.10 324.2 0.78 0.56
Hex E6 36 9F 0 4D 1F A 144 4E 38
Octal 346 66 237 0 115 37 12 504 116 70
Binary 11100110 110110 10011111 0 1001101 11111 1010 101000100 1001110 111000

Color Harmonies of #E6369F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6369F

Black with #E6369F

Text Example


Text Example

White with #E6369F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6369F; }

 p { color: rgb(230,54,159); }

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

background-color css

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

 a { background-color: rgb(230,54,159); }

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

border-color css

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

 span { border-color: rgb(230,54,159); }

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