Html Css Color HEX #E886B4 Persian Pink

📋 copy color: '#E886B4'

red 232 ◦ green 134 ◦ blue 180

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

Shades of Persian Pink #E886B4

Tints of Persian Pink #E886B4

RGB

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

 GREEN value IS 134 (52.73% from 255) = 24.54%

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

R = 42.49%
G = 24.54%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.22

 K value IS 0.09

RGB Variations

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

Color information

#E886B4 (or 0xE886B4) is known color: Persian Pink. HEX triplet: E8, 86 and B4. RGB value is (232,134,180). Sum of RGB (Red+Green+Blue) = 232+134+180=546 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.49% from 546); Green value is 134 (52.73% from 255 or 24.54% from 546); Blue value is 180 (70.70% from 255 or 32.97% from 546); Max value from RGB is 232 - color contains mainly: red. Hex color #E886B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E886B4 is #17794B. Grayscale: #A8A8A8. Windows color (decimal): -1538380 or 11831016. OLE color: 11831016.

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

Color convert

RGB 232 134 180 -
CMYK 0 0.42 0.22 0.09
HSL 331.84º 0.68% 0.72% -
HSV(B) 331.84º 0.42% 0.91% -
XYZ 50.04 37.5 47.78 -
YUV 168.55 134.47 173.26 -
System Red Green Blue C M Y K H S L
Decimal 232 134 180 0 0.42 0.22 0.09 331.84 0.68 0.72
Hex E8 86 B4 0 2A 16 9 14C 44 48
Octal 350 206 264 0 52 26 11 514 104 110
Binary 11101000 10000110 10110100 0 101010 10110 1001 101001100 1000100 1001000

Color Harmonies of #E886B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E886B4

Black with #E886B4

Text Example


Text Example

White with #E886B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E886B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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