Html Css Color HEX #EB43A1 Wild Strawberry

📋 copy color: '#EB43A1'

red 235 ◦ green 67 ◦ blue 161

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

Shades of Wild Strawberry #EB43A1

Tints of Wild Strawberry #EB43A1

RGB

 RED value IS 235 (92.19% from 255) = 50.76%

 GREEN value IS 67 (26.56% from 255) = 14.47%

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

R = 50.76%
G = 14.47%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.31

 K value IS 0.08

RGB Variations

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

Color information

#EB43A1 (or 0xEB43A1) is known color: Wild Strawberry. HEX triplet: EB, 43 and A1. RGB value is (235,67,161). Sum of RGB (Red+Green+Blue) = 235+67+161=463 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.76% from 463); Green value is 67 (26.56% from 255 or 14.47% from 463); Blue value is 161 (63.28% from 255 or 34.77% from 463); Max value from RGB is 235 - color contains mainly: red. Hex color #EB43A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB43A1 is #14BC5E. Grayscale: #7F7F7F. Windows color (decimal): -1358943 or 10568683. OLE color: 10568683.

HSL color Cylindrical-coordinate representation of color #EB43A1: hue angle of 326.43º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EB43A1 is Cyan = 0, Magento = 0.71, Yellow = 0.31 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 67 161 -
CMYK 0 0.71 0.31 0.08
HSL 326.43º 0.81% 0.59% -
HSV(B) 326.43º 0.71% 0.92% -
XYZ 42.7 24.25 36.15 -
YUV 127.95 146.66 204.36 -
System Red Green Blue C M Y K H S L
Decimal 235 67 161 0 0.71 0.31 0.08 326.43 0.81 0.59
Hex EB 43 A1 0 47 1F 8 146 51 3B
Octal 353 103 241 0 107 37 10 506 121 73
Binary 11101011 1000011 10100001 0 1000111 11111 1000 101000110 1010001 111011

Color Harmonies of #EB43A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB43A1

Black with #EB43A1

Text Example


Text Example

White with #EB43A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB43A1; }

 p { color: rgb(235,67,161); }

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

background-color css

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

 a { background-color: rgb(235,67,161); }

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

border-color css

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

 span { border-color: rgb(235,67,161); }

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