Html Css Color HEX #EA74C4 Persian Pink

📋 copy color: '#EA74C4'

red 234 ◦ green 116 ◦ blue 196

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

Shades of Persian Pink #EA74C4

Tints of Persian Pink #EA74C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 35.9%

R = 42.86%
G = 21.25%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.16

 K value IS 0.08

RGB Variations

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

Color information

#EA74C4 (or 0xEA74C4) is known color: Persian Pink. HEX triplet: EA, 74 and C4. RGB value is (234,116,196). Sum of RGB (Red+Green+Blue) = 234+116+196=546 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.86% from 546); Green value is 116 (45.70% from 255 or 21.25% from 546); Blue value is 196 (76.95% from 255 or 35.90% from 546); Max value from RGB is 234 - color contains mainly: red. Hex color #EA74C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA74C4 is #158B3B. Grayscale: #A0A0A0. Windows color (decimal): -1411900 or 12874986. OLE color: 12874986.

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

Color convert

RGB 234 116 196 -
CMYK 0 0.50 0.16 0.08
HSL 319.32º 0.74% 0.69% -
HSV(B) 319.32º 0.5% 0.92% -
XYZ 50.14 33.97 56.14 -
YUV 160.4 148.09 180.5 -
System Red Green Blue C M Y K H S L
Decimal 234 116 196 0 0.50 0.16 0.08 319.32 0.74 0.69
Hex EA 74 C4 0 32 10 8 13F 4A 45
Octal 352 164 304 0 62 20 10 477 112 105
Binary 11101010 1110100 11000100 0 110010 10000 1000 100111111 1001010 1000101

Color Harmonies of #EA74C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA74C4

Black with #EA74C4

Text Example


Text Example

White with #EA74C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA74C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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