Html Css Color HEX #E281B9 Persian Pink

📋 copy color: '#E281B9'

red 226 ◦ green 129 ◦ blue 185

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

Shades of Persian Pink #E281B9

Tints of Persian Pink #E281B9

RGB

 RED value IS 226 (88.67% from 255) = 41.85%

 GREEN value IS 129 (50.78% from 255) = 23.89%

 BLUE value IS 185 (72.66% from 255) = 34.26%

R = 41.85%
G = 23.89%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#E281B9 (or 0xE281B9) is known color: Persian Pink. HEX triplet: E2, 81 and B9. RGB value is (226,129,185). Sum of RGB (Red+Green+Blue) = 226+129+185=540 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.85% from 540); Green value is 129 (50.78% from 255 or 23.89% from 540); Blue value is 185 (72.66% from 255 or 34.26% from 540); Max value from RGB is 226 - color contains mainly: red. Hex color #E281B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E281B9 is #1D7E46. Grayscale: #A4A4A4. Windows color (decimal): -1932871 or 12157410. OLE color: 12157410.

HSL color Cylindrical-coordinate representation of color #E281B9: hue angle of 325.36º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E281B9 is Cyan = 0, Magento = 0.43, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 129 185 -
CMYK 0 0.43 0.18 0.11
HSL 325.36º 0.63% 0.7% -
HSV(B) 325.36º 0.43% 0.89% -
XYZ 47.97 35.37 50.2 -
YUV 164.39 139.64 171.95 -
System Red Green Blue C M Y K H S L
Decimal 226 129 185 0 0.43 0.18 0.11 325.36 0.63 0.7
Hex E2 81 B9 0 2B 12 B 145 3F 46
Octal 342 201 271 0 53 22 13 505 77 106
Binary 11100010 10000001 10111001 0 101011 10010 1011 101000101 111111 1000110

Color Harmonies of #E281B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E281B9

Black with #E281B9

Text Example


Text Example

White with #E281B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E281B9; }

 p { color: rgb(226,129,185); }

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

background-color css

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

 a { background-color: rgb(226,129,185); }

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

border-color css

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

 span { border-color: rgb(226,129,185); }

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