Html Css Color HEX #EA7BB1 Persian Pink

📋 copy color: '#EA7BB1'

red 234 ◦ green 123 ◦ blue 177

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

Shades of Persian Pink #EA7BB1

Tints of Persian Pink #EA7BB1

RGB

 RED value IS 234 (91.8% from 255) = 43.82%

 GREEN value IS 123 (48.44% from 255) = 23.03%

 BLUE value IS 177 (69.53% from 255) = 33.15%

R = 43.82%
G = 23.03%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.24

 K value IS 0.08

RGB Variations

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

Color information

#EA7BB1 (or 0xEA7BB1) is known color: Persian Pink. HEX triplet: EA, 7B and B1. RGB value is (234,123,177). Sum of RGB (Red+Green+Blue) = 234+123+177=534 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.82% from 534); Green value is 123 (48.44% from 255 or 23.03% from 534); Blue value is 177 (69.53% from 255 or 33.15% from 534); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7BB1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA7BB1 is #15844E. Grayscale: #A2A2A2. Windows color (decimal): -1410127 or 11631594. OLE color: 11631594.

HSL color Cylindrical-coordinate representation of color #EA7BB1: hue angle of 330.81º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EA7BB1 is Cyan = 0, Magento = 0.47, Yellow = 0.24 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 123 177 -
CMYK 0 0.47 0.24 0.08
HSL 330.81º 0.73% 0.7% -
HSV(B) 330.81º 0.47% 0.92% -
XYZ 48.95 34.83 45.74 -
YUV 162.35 136.27 179.11 -
System Red Green Blue C M Y K H S L
Decimal 234 123 177 0 0.47 0.24 0.08 330.81 0.73 0.7
Hex EA 7B B1 0 2F 18 8 14B 49 46
Octal 352 173 261 0 57 30 10 513 111 106
Binary 11101010 1111011 10110001 0 101111 11000 1000 101001011 1001001 1000110

Color Harmonies of #EA7BB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7BB1

Black with #EA7BB1

Text Example


Text Example

White with #EA7BB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7BB1; }

 p { color: rgb(234,123,177); }

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

background-color css

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

 a { background-color: rgb(234,123,177); }

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

border-color css

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

 span { border-color: rgb(234,123,177); }

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