Html Css Color HEX #EA74B7 Persian Pink

📋 copy color: '#EA74B7'

red 234 ◦ green 116 ◦ blue 183

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

Shades of Persian Pink #EA74B7

Tints of Persian Pink #EA74B7

RGB

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

 GREEN value IS 116 (45.7% from 255) = 21.76%

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

R = 43.9%
G = 21.76%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.22

 K value IS 0.08

RGB Variations

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

Color information

#EA74B7 (or 0xEA74B7) is known color: Persian Pink. HEX triplet: EA, 74 and B7. RGB value is (234,116,183). Sum of RGB (Red+Green+Blue) = 234+116+183=533 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.90% from 533); Green value is 116 (45.70% from 255 or 21.76% from 533); Blue value is 183 (71.88% from 255 or 34.33% from 533); Max value from RGB is 234 - color contains mainly: red. Hex color #EA74B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA74B7 is #158B48. Grayscale: #9E9E9E. Windows color (decimal): -1411913 or 12023018. OLE color: 12023018.

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

Color convert

RGB 234 116 183 -
CMYK 0 0.50 0.22 0.08
HSL 325.93º 0.74% 0.69% -
HSV(B) 325.93º 0.5% 0.92% -
XYZ 48.72 33.4 48.68 -
YUV 158.92 141.59 181.55 -
System Red Green Blue C M Y K H S L
Decimal 234 116 183 0 0.50 0.22 0.08 325.93 0.74 0.69
Hex EA 74 B7 0 32 16 8 146 4A 45
Octal 352 164 267 0 62 26 10 506 112 105
Binary 11101010 1110100 10110111 0 110010 10110 1000 101000110 1001010 1000101

Color Harmonies of #EA74B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA74B7

Black with #EA74B7

Text Example


Text Example

White with #EA74B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA74B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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