Html Css Color HEX #E885B4 Persian Pink

📋 copy color: '#E885B4'

red 232 ◦ green 133 ◦ blue 180

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

Shades of Persian Pink #E885B4

Tints of Persian Pink #E885B4

RGB

 RED value IS 232 (91.02% from 255) = 42.57%

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

 BLUE value IS 180 (70.7% from 255) = 33.03%

R = 42.57%
G = 24.4%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.22

 K value IS 0.09

RGB Variations

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

Color information

#E885B4 (or 0xE885B4) is known color: Persian Pink. HEX triplet: E8, 85 and B4. RGB value is (232,133,180). Sum of RGB (Red+Green+Blue) = 232+133+180=545 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.57% from 545); Green value is 133 (52.34% from 255 or 24.40% from 545); Blue value is 180 (70.70% from 255 or 33.03% from 545); Max value from RGB is 232 - color contains mainly: red. Hex color #E885B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E885B4 is #177A4B. Grayscale: #A7A7A7. Windows color (decimal): -1538636 or 11830760. OLE color: 11830760.

HSL color Cylindrical-coordinate representation of color #E885B4: hue angle of 331.52º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E885B4 is Cyan = 0, Magento = 0.43, Yellow = 0.22 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 133 180 -
CMYK 0 0.43 0.22 0.09
HSL 331.52º 0.68% 0.72% -
HSV(B) 331.52º 0.43% 0.91% -
XYZ 49.9 37.23 47.74 -
YUV 167.96 134.8 173.68 -
System Red Green Blue C M Y K H S L
Decimal 232 133 180 0 0.43 0.22 0.09 331.52 0.68 0.72
Hex E8 85 B4 0 2B 16 9 14C 44 48
Octal 350 205 264 0 53 26 11 514 104 110
Binary 11101000 10000101 10110100 0 101011 10110 1001 101001100 1000100 1001000

Color Harmonies of #E885B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E885B4

Black with #E885B4

Text Example


Text Example

White with #E885B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E885B4; }

 p { color: rgb(232,133,180); }

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

background-color css

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

 a { background-color: rgb(232,133,180); }

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

border-color css

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

 span { border-color: rgb(232,133,180); }

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