Html Css Color HEX #EF338F Wild Strawberry

📋 copy color: '#EF338F'

red 239 ◦ green 51 ◦ blue 143

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

Shades of Wild Strawberry #EF338F

Tints of Wild Strawberry #EF338F

RGB

 RED value IS 239 (93.75% from 255) = 55.2%

 GREEN value IS 51 (20.31% from 255) = 11.78%

 BLUE value IS 143 (56.25% from 255) = 33.03%

R = 55.2%
G = 11.78%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#EF338F (or 0xEF338F) is known color: Wild Strawberry. HEX triplet: EF, 33 and 8F. RGB value is (239,51,143). Sum of RGB (Red+Green+Blue) = 239+51+143=433 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.20% from 433); Green value is 51 (20.31% from 255 or 11.78% from 433); Blue value is 143 (56.25% from 255 or 33.03% from 433); Max value from RGB is 239 - color contains mainly: red. Hex color #EF338F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF338F is #10CC70. Grayscale: #757575. Windows color (decimal): -1100913 or 9384943. OLE color: 9384943.

HSL color Cylindrical-coordinate representation of color #EF338F: hue angle of 330.64º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EF338F is Cyan = 0, Magento = 0.79, Yellow = 0.40 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 51 143 -
CMYK 0 0.79 0.40 0.06
HSL 330.64º 0.85% 0.57% -
HSV(B) 330.64º 0.79% 0.94% -
XYZ 41.74 22.7 28.17 -
YUV 117.7 142.28 214.52 -
System Red Green Blue C M Y K H S L
Decimal 239 51 143 0 0.79 0.40 0.06 330.64 0.85 0.57
Hex EF 33 8F 0 4F 28 6 14B 55 39
Octal 357 63 217 0 117 50 6 513 125 71
Binary 11101111 110011 10001111 0 1001111 101000 110 101001011 1010101 111001

Color Harmonies of #EF338F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF338F

Black with #EF338F

Text Example


Text Example

White with #EF338F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF338F; }

 p { color: rgb(239,51,143); }

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

background-color css

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

 a { background-color: rgb(239,51,143); }

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

border-color css

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

 span { border-color: rgb(239,51,143); }

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