Html Css Color HEX #EA75B7 Persian Pink

📋 copy color: '#EA75B7'

red 234 ◦ green 117 ◦ blue 183

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

Shades of Persian Pink #EA75B7

Tints of Persian Pink #EA75B7

RGB

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

 GREEN value IS 117 (46.09% from 255) = 21.91%

 BLUE value IS 183 (71.88% from 255) = 34.27%

R = 43.82%
G = 21.91%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.22

 K value IS 0.08

RGB Variations

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

Color information

#EA75B7 (or 0xEA75B7) is known color: Persian Pink. HEX triplet: EA, 75 and B7. RGB value is (234,117,183). Sum of RGB (Red+Green+Blue) = 234+117+183=534 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.82% from 534); Green value is 117 (46.09% from 255 or 21.91% from 534); Blue value is 183 (71.88% from 255 or 34.27% from 534); Max value from RGB is 234 - color contains mainly: red. Hex color #EA75B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA75B7 is #158A48. Grayscale: #9F9F9F. Windows color (decimal): -1411657 or 12023274. OLE color: 12023274.

HSL color Cylindrical-coordinate representation of color #EA75B7: hue angle of 326.15º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EA75B7 is Cyan = 0, Magento = 0.5, Yellow = 0.22 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 117 183 -
CMYK 0 0.5 0.22 0.08
HSL 326.15º 0.74% 0.69% -
HSV(B) 326.15º 0.5% 0.92% -
XYZ 48.84 33.63 48.72 -
YUV 159.51 141.26 181.13 -
System Red Green Blue C M Y K H S L
Decimal 234 117 183 0 0.5 0.22 0.08 326.15 0.74 0.69
Hex EA 75 B7 0 32 16 8 146 4A 45
Octal 352 165 267 0 62 26 10 506 112 105
Binary 11101010 1110101 10110111 0 110010 10110 1000 101000110 1001010 1000101

Color Harmonies of #EA75B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA75B7

Black with #EA75B7

Text Example


Text Example

White with #EA75B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA75B7; }

 p { color: rgb(234,117,183); }

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

background-color css

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

 a { background-color: rgb(234,117,183); }

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

border-color css

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

 span { border-color: rgb(234,117,183); }

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