Html Css Color HEX #EF36A1 Wild Strawberry

📋 copy color: '#EF36A1'

red 239 ◦ green 54 ◦ blue 161

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

Shades of Wild Strawberry #EF36A1

Tints of Wild Strawberry #EF36A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 35.46%

R = 52.64%
G = 11.89%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#EF36A1 (or 0xEF36A1) is known color: Wild Strawberry. HEX triplet: EF, 36 and A1. RGB value is (239,54,161). Sum of RGB (Red+Green+Blue) = 239+54+161=454 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.64% from 454); Green value is 54 (21.48% from 255 or 11.89% from 454); Blue value is 161 (63.28% from 255 or 35.46% from 454); Max value from RGB is 239 - color contains mainly: red. Hex color #EF36A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF36A1 is #10C95E. Grayscale: #797979. Windows color (decimal): -1100127 or 10565359. OLE color: 10565359.

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

Color convert

RGB 239 54 161 -
CMYK 0 0.77 0.33 0.06
HSL 325.3º 0.85% 0.57% -
HSV(B) 325.3º 0.77% 0.94% -
XYZ 43.35 23.56 35.98 -
YUV 121.51 150.29 211.8 -
System Red Green Blue C M Y K H S L
Decimal 239 54 161 0 0.77 0.33 0.06 325.3 0.85 0.57
Hex EF 36 A1 0 4D 21 6 145 55 39
Octal 357 66 241 0 115 41 6 505 125 71
Binary 11101111 110110 10100001 0 1001101 100001 110 101000101 1010101 111001

Color Harmonies of #EF36A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF36A1

Black with #EF36A1

Text Example


Text Example

White with #EF36A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF36A1; }

 p { color: rgb(239,54,161); }

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

background-color css

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

 a { background-color: rgb(239,54,161); }

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

border-color css

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

 span { border-color: rgb(239,54,161); }

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