Html Css Color HEX #EF338B Wild Strawberry

📋 copy color: '#EF338B'

red 239 ◦ green 51 ◦ blue 139

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

Shades of Wild Strawberry #EF338B

Tints of Wild Strawberry #EF338B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 32.4%

R = 55.71%
G = 11.89%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#EF338B (or 0xEF338B) is known color: Wild Strawberry. HEX triplet: EF, 33 and 8B. RGB value is (239,51,139). Sum of RGB (Red+Green+Blue) = 239+51+139=429 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.71% from 429); Green value is 51 (20.31% from 255 or 11.89% from 429); Blue value is 139 (54.69% from 255 or 32.40% from 429); Max value from RGB is 239 - color contains mainly: red. Hex color #EF338B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF338B is #10CC74. Grayscale: #757575. Windows color (decimal): -1100917 or 9122799. OLE color: 9122799.

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

Color convert

RGB 239 51 139 -
CMYK 0 0.79 0.42 0.06
HSL 331.91º 0.85% 0.57% -
HSV(B) 331.91º 0.79% 0.94% -
XYZ 41.44 22.58 26.6 -
YUV 117.24 140.28 214.84 -
System Red Green Blue C M Y K H S L
Decimal 239 51 139 0 0.79 0.42 0.06 331.91 0.85 0.57
Hex EF 33 8B 0 4F 2A 6 14C 55 39
Octal 357 63 213 0 117 52 6 514 125 71
Binary 11101111 110011 10001011 0 1001111 101010 110 101001100 1010101 111001

Color Harmonies of #EF338B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF338B

Black with #EF338B

Text Example


Text Example

White with #EF338B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF338B; }

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

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

background-color css

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

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

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

border-color css

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

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

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