Html Css Color HEX #EA7EBC Persian Pink

📋 copy color: '#EA7EBC'

red 234 ◦ green 126 ◦ blue 188

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

Shades of Persian Pink #EA7EBC

Tints of Persian Pink #EA7EBC

RGB

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

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

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

R = 42.7%
G = 22.99%
B = 34.31%

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

#EA7EBC (or 0xEA7EBC) is known color: Persian Pink. HEX triplet: EA, 7E and BC. RGB value is (234,126,188). Sum of RGB (Red+Green+Blue) = 234+126+188=548 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.70% from 548); Green value is 126 (49.61% from 255 or 22.99% from 548); Blue value is 188 (73.83% from 255 or 34.31% from 548); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7EBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA7EBC is #158143. Grayscale: #A5A5A5. Windows color (decimal): -1409348 or 12353258. OLE color: 12353258.

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

Color convert

RGB 234 126 188 -
CMYK 0 0.46 0.20 0.08
HSL 325.56º 0.72% 0.71% -
HSV(B) 325.56º 0.46% 0.92% -
XYZ 50.47 36.04 51.87 -
YUV 165.36 140.78 176.96 -
System Red Green Blue C M Y K H S L
Decimal 234 126 188 0 0.46 0.20 0.08 325.56 0.72 0.71
Hex EA 7E BC 0 2E 14 8 146 48 47
Octal 352 176 274 0 56 24 10 506 110 107
Binary 11101010 1111110 10111100 0 101110 10100 1000 101000110 1001000 1000111

Color Harmonies of #EA7EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7EBC

Black with #EA7EBC

Text Example


Text Example

White with #EA7EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7EBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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