Html Css Color HEX #EF338D Wild Strawberry

📋 copy color: '#EF338D'

red 239 ◦ green 51 ◦ blue 141

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

Shades of Wild Strawberry #EF338D

Tints of Wild Strawberry #EF338D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 32.71%

R = 55.45%
G = 11.83%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EF338D (or 0xEF338D) is known color: Wild Strawberry. HEX triplet: EF, 33 and 8D. RGB value is (239,51,141). Sum of RGB (Red+Green+Blue) = 239+51+141=431 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.45% from 431); Green value is 51 (20.31% from 255 or 11.83% from 431); Blue value is 141 (55.47% from 255 or 32.71% from 431); Max value from RGB is 239 - color contains mainly: red. Hex color #EF338D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF338D is #10CC72. Grayscale: #757575. Windows color (decimal): -1100915 or 9253871. OLE color: 9253871.

HSL color Cylindrical-coordinate representation of color #EF338D: hue angle of 331.28º 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 #EF338D is Cyan = 0, Magento = 0.79, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 51 141 -
CMYK 0 0.79 0.41 0.06
HSL 331.28º 0.85% 0.57% -
HSV(B) 331.28º 0.79% 0.94% -
XYZ 41.59 22.64 27.38 -
YUV 117.47 141.28 214.68 -
System Red Green Blue C M Y K H S L
Decimal 239 51 141 0 0.79 0.41 0.06 331.28 0.85 0.57
Hex EF 33 8D 0 4F 29 6 14B 55 39
Octal 357 63 215 0 117 51 6 513 125 71
Binary 11101111 110011 10001101 0 1001111 101001 110 101001011 1010101 111001

Color Harmonies of #EF338D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF338D

Black with #EF338D

Text Example


Text Example

White with #EF338D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF338D; }

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

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

background-color css

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

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

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

border-color css

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

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

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