Html Css Color HEX #EA7EBB Persian Pink

📋 copy color: '#EA7EBB'

red 234 ◦ green 126 ◦ blue 187

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

Shades of Persian Pink #EA7EBB

Tints of Persian Pink #EA7EBB

RGB

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

 GREEN value IS 126 (49.61% from 255) = 23.03%

 BLUE value IS 187 (73.44% from 255) = 34.19%

R = 42.78%
G = 23.03%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#EA7EBB (or 0xEA7EBB) is known color: Persian Pink. HEX triplet: EA, 7E and BB. RGB value is (234,126,187). Sum of RGB (Red+Green+Blue) = 234+126+187=547 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.78% from 547); Green value is 126 (49.61% from 255 or 23.03% from 547); Blue value is 187 (73.44% from 255 or 34.19% from 547); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7EBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA7EBB is #158144. Grayscale: #A5A5A5. Windows color (decimal): -1409349 or 12287722. OLE color: 12287722.

HSL color Cylindrical-coordinate representation of color #EA7EBB: hue angle of 326.11º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EA7EBB is Cyan = 0, Magento = 0.46, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 126 187 -
CMYK 0 0.46 0.20 0.08
HSL 326.11º 0.72% 0.71% -
HSV(B) 326.11º 0.46% 0.92% -
XYZ 50.36 36 51.31 -
YUV 165.25 140.28 177.04 -
System Red Green Blue C M Y K H S L
Decimal 234 126 187 0 0.46 0.20 0.08 326.11 0.72 0.71
Hex EA 7E BB 0 2E 14 8 146 48 47
Octal 352 176 273 0 56 24 10 506 110 107
Binary 11101010 1111110 10111011 0 101110 10100 1000 101000110 1001000 1000111

Color Harmonies of #EA7EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7EBB

Black with #EA7EBB

Text Example


Text Example

White with #EA7EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7EBB; }

 p { color: rgb(234,126,187); }

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

background-color css

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

 a { background-color: rgb(234,126,187); }

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

border-color css

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

 span { border-color: rgb(234,126,187); }

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