Html Css Color HEX #EA7BBE Persian Pink

📋 copy color: '#EA7BBE'

red 234 ◦ green 123 ◦ blue 190

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

Shades of Persian Pink #EA7BBE

Tints of Persian Pink #EA7BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 34.73%

R = 42.78%
G = 22.49%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.19

 K value IS 0.08

RGB Variations

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

Color information

#EA7BBE (or 0xEA7BBE) is known color: Persian Pink. HEX triplet: EA, 7B and BE. RGB value is (234,123,190). Sum of RGB (Red+Green+Blue) = 234+123+190=547 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.78% from 547); Green value is 123 (48.44% from 255 or 22.49% from 547); Blue value is 190 (74.61% from 255 or 34.73% from 547); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7BBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA7BBE is #158441. Grayscale: #A3A3A3. Windows color (decimal): -1410114 or 12483562. OLE color: 12483562.

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

Color convert

RGB 234 123 190 -
CMYK 0 0.47 0.19 0.08
HSL 323.78º 0.73% 0.7% -
HSV(B) 323.78º 0.47% 0.92% -
XYZ 50.31 35.38 52.89 -
YUV 163.83 142.77 178.05 -
System Red Green Blue C M Y K H S L
Decimal 234 123 190 0 0.47 0.19 0.08 323.78 0.73 0.7
Hex EA 7B BE 0 2F 13 8 144 49 46
Octal 352 173 276 0 57 23 10 504 111 106
Binary 11101010 1111011 10111110 0 101111 10011 1000 101000100 1001001 1000110

Color Harmonies of #EA7BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7BBE

Black with #EA7BBE

Text Example


Text Example

White with #EA7BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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