Html Css Color HEX #EF3C9A Wild Strawberry

📋 copy color: '#EF3C9A'

red 239 ◦ green 60 ◦ blue 154

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

Shades of Wild Strawberry #EF3C9A

Tints of Wild Strawberry #EF3C9A

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.25%

 BLUE value IS 154 (60.55% from 255) = 34%

R = 52.76%
G = 13.25%
B = 34%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#EF3C9A (or 0xEF3C9A) is known color: Wild Strawberry. HEX triplet: EF, 3C and 9A. RGB value is (239,60,154). Sum of RGB (Red+Green+Blue) = 239+60+154=453 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.76% from 453); Green value is 60 (23.83% from 255 or 13.25% from 453); Blue value is 154 (60.55% from 255 or 34.00% from 453); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3C9A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF3C9A is #10C365. Grayscale: #7C7C7C. Windows color (decimal): -1098598 or 10108143. OLE color: 10108143.

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

Color convert

RGB 239 60 154 -
CMYK 0 0.75 0.36 0.06
HSL 328.49º 0.85% 0.59% -
HSV(B) 328.49º 0.75% 0.94% -
XYZ 43.05 23.92 32.92 -
YUV 124.24 144.8 209.86 -
System Red Green Blue C M Y K H S L
Decimal 239 60 154 0 0.75 0.36 0.06 328.49 0.85 0.59
Hex EF 3C 9A 0 4B 24 6 148 55 3B
Octal 357 74 232 0 113 44 6 510 125 73
Binary 11101111 111100 10011010 0 1001011 100100 110 101001000 1010101 111011

Color Harmonies of #EF3C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3C9A

Black with #EF3C9A

Text Example


Text Example

White with #EF3C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3C9A; }

 p { color: rgb(239,60,154); }

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

background-color css

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

 a { background-color: rgb(239,60,154); }

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

border-color css

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

 span { border-color: rgb(239,60,154); }

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