Html Css Color HEX #EA75C0 Persian Pink

📋 copy color: '#EA75C0'

red 234 ◦ green 117 ◦ blue 192

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

Shades of Persian Pink #EA75C0

Tints of Persian Pink #EA75C0

RGB

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

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

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

R = 43.09%
G = 21.55%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#EA75C0 (or 0xEA75C0) is known color: Persian Pink. HEX triplet: EA, 75 and C0. RGB value is (234,117,192). Sum of RGB (Red+Green+Blue) = 234+117+192=543 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.09% from 543); Green value is 117 (46.09% from 255 or 21.55% from 543); Blue value is 192 (75.39% from 255 or 35.36% from 543); Max value from RGB is 234 - color contains mainly: red. Hex color #EA75C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA75C0 is #158A3F. Grayscale: #A0A0A0. Windows color (decimal): -1411648 or 12613098. OLE color: 12613098.

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

Color convert

RGB 234 117 192 -
CMYK 0 0.5 0.18 0.08
HSL 321.54º 0.74% 0.69% -
HSV(B) 321.54º 0.5% 0.92% -
XYZ 49.81 34.02 53.81 -
YUV 160.53 145.76 180.4 -
System Red Green Blue C M Y K H S L
Decimal 234 117 192 0 0.5 0.18 0.08 321.54 0.74 0.69
Hex EA 75 C0 0 32 12 8 142 4A 45
Octal 352 165 300 0 62 22 10 502 112 105
Binary 11101010 1110101 11000000 0 110010 10010 1000 101000010 1001010 1000101

Color Harmonies of #EA75C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA75C0

Black with #EA75C0

Text Example


Text Example

White with #EA75C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA75C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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