Html Css Color HEX #E285BA Persian Pink

📋 copy color: '#E285BA'

red 226 ◦ green 133 ◦ blue 186

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

Shades of Persian Pink #E285BA

Tints of Persian Pink #E285BA

RGB

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

 GREEN value IS 133 (52.34% from 255) = 24.4%

 BLUE value IS 186 (73.05% from 255) = 34.13%

R = 41.47%
G = 24.4%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#E285BA (or 0xE285BA) is known color: Persian Pink. HEX triplet: E2, 85 and BA. RGB value is (226,133,186). Sum of RGB (Red+Green+Blue) = 226+133+186=545 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.47% from 545); Green value is 133 (52.34% from 255 or 24.40% from 545); Blue value is 186 (73.05% from 255 or 34.13% from 545); Max value from RGB is 226 - color contains mainly: red. Hex color #E285BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E285BA is #1D7A45. Grayscale: #A6A6A6. Windows color (decimal): -1931846 or 12223970. OLE color: 12223970.

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

Color convert

RGB 226 133 186 -
CMYK 0 0.41 0.18 0.11
HSL 325.81º 0.62% 0.7% -
HSV(B) 325.81º 0.41% 0.89% -
XYZ 48.61 36.49 50.94 -
YUV 166.85 138.81 170.19 -
System Red Green Blue C M Y K H S L
Decimal 226 133 186 0 0.41 0.18 0.11 325.81 0.62 0.7
Hex E2 85 BA 0 29 12 B 146 3E 46
Octal 342 205 272 0 51 22 13 506 76 106
Binary 11100010 10000101 10111010 0 101001 10010 1011 101000110 111110 1000110

Color Harmonies of #E285BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E285BA

Black with #E285BA

Text Example


Text Example

White with #E285BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E285BA; }

 p { color: rgb(226,133,186); }

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

background-color css

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

 a { background-color: rgb(226,133,186); }

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

border-color css

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

 span { border-color: rgb(226,133,186); }

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