Html Css Color HEX #EA7BBC Persian Pink

📋 copy color: '#EA7BBC'

red 234 ◦ green 123 ◦ blue 188

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

Shades of Persian Pink #EA7BBC

Tints of Persian Pink #EA7BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 34.5%

R = 42.94%
G = 22.57%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#EA7BBC (or 0xEA7BBC) is known color: Persian Pink. HEX triplet: EA, 7B and BC. RGB value is (234,123,188). Sum of RGB (Red+Green+Blue) = 234+123+188=545 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.94% from 545); Green value is 123 (48.44% from 255 or 22.57% from 545); Blue value is 188 (73.83% from 255 or 34.50% from 545); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7BBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA7BBC is #158443. Grayscale: #A3A3A3. Windows color (decimal): -1410116 or 12352490. OLE color: 12352490.

HSL color Cylindrical-coordinate representation of color #EA7BBC: hue angle of 324.86º 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 #EA7BBC is Cyan = 0, Magento = 0.47, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 123 188 -
CMYK 0 0.47 0.20 0.08
HSL 324.86º 0.73% 0.7% -
HSV(B) 324.86º 0.47% 0.92% -
XYZ 50.09 35.29 51.75 -
YUV 163.6 141.77 178.21 -
System Red Green Blue C M Y K H S L
Decimal 234 123 188 0 0.47 0.20 0.08 324.86 0.73 0.7
Hex EA 7B BC 0 2F 14 8 145 49 46
Octal 352 173 274 0 57 24 10 505 111 106
Binary 11101010 1111011 10111100 0 101111 10100 1000 101000101 1001001 1000110

Color Harmonies of #EA7BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7BBC

Black with #EA7BBC

Text Example


Text Example

White with #EA7BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7BBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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