Html Css Color HEX #EF35A1 Wild Strawberry

📋 copy color: '#EF35A1'

red 239 ◦ green 53 ◦ blue 161

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

Shades of Wild Strawberry #EF35A1

Tints of Wild Strawberry #EF35A1

RGB

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

 GREEN value IS 53 (21.09% from 255) = 11.7%

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

R = 52.76%
G = 11.7%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#EF35A1 (or 0xEF35A1) is known color: Wild Strawberry. HEX triplet: EF, 35 and A1. RGB value is (239,53,161). Sum of RGB (Red+Green+Blue) = 239+53+161=453 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.76% from 453); Green value is 53 (21.09% from 255 or 11.70% from 453); Blue value is 161 (63.28% from 255 or 35.54% from 453); Max value from RGB is 239 - color contains mainly: red. Hex color #EF35A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF35A1 is #10CA5E. Grayscale: #787878. Windows color (decimal): -1100383 or 10565103. OLE color: 10565103.

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

Color convert

RGB 239 53 161 -
CMYK 0 0.78 0.33 0.06
HSL 325.16º 0.85% 0.57% -
HSV(B) 325.16º 0.78% 0.94% -
XYZ 43.3 23.47 35.97 -
YUV 120.93 150.62 212.22 -
System Red Green Blue C M Y K H S L
Decimal 239 53 161 0 0.78 0.33 0.06 325.16 0.85 0.57
Hex EF 35 A1 0 4E 21 6 145 55 39
Octal 357 65 241 0 116 41 6 505 125 71
Binary 11101111 110101 10100001 0 1001110 100001 110 101000101 1010101 111001

Color Harmonies of #EF35A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF35A1

Black with #EF35A1

Text Example


Text Example

White with #EF35A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF35A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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