Html Css Color HEX #EA74C0 Persian Pink

📋 copy color: '#EA74C0'

red 234 ◦ green 116 ◦ blue 192

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

Shades of Persian Pink #EA74C0

Tints of Persian Pink #EA74C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 35.42%

R = 43.17%
G = 21.4%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#EA74C0 (or 0xEA74C0) is known color: Persian Pink. HEX triplet: EA, 74 and C0. RGB value is (234,116,192). Sum of RGB (Red+Green+Blue) = 234+116+192=542 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.17% from 542); Green value is 116 (45.70% from 255 or 21.40% from 542); Blue value is 192 (75.39% from 255 or 35.42% from 542); Max value from RGB is 234 - color contains mainly: red. Hex color #EA74C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA74C0 is #158B3F. Grayscale: #9F9F9F. Windows color (decimal): -1411904 or 12612842. OLE color: 12612842.

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

Color convert

RGB 234 116 192 -
CMYK 0 0.50 0.18 0.08
HSL 321.36º 0.74% 0.69% -
HSV(B) 321.36º 0.5% 0.92% -
XYZ 49.69 33.79 53.77 -
YUV 159.95 146.09 180.82 -
System Red Green Blue C M Y K H S L
Decimal 234 116 192 0 0.50 0.18 0.08 321.36 0.74 0.69
Hex EA 74 C0 0 32 12 8 141 4A 45
Octal 352 164 300 0 62 22 10 501 112 105
Binary 11101010 1110100 11000000 0 110010 10010 1000 101000001 1001010 1000101

Color Harmonies of #EA74C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA74C0

Black with #EA74C0

Text Example


Text Example

White with #EA74C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA74C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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