Html Css Color HEX #EA75BE Persian Pink

📋 copy color: '#EA75BE'

red 234 ◦ green 117 ◦ blue 190

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

Shades of Persian Pink #EA75BE

Tints of Persian Pink #EA75BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 35.12%

R = 43.25%
G = 21.63%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.19

 K value IS 0.08

RGB Variations

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

Color information

#EA75BE (or 0xEA75BE) is known color: Persian Pink. HEX triplet: EA, 75 and BE. RGB value is (234,117,190). Sum of RGB (Red+Green+Blue) = 234+117+190=541 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.25% from 541); Green value is 117 (46.09% from 255 or 21.63% from 541); Blue value is 190 (74.61% from 255 or 35.12% from 541); Max value from RGB is 234 - color contains mainly: red. Hex color #EA75BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA75BE is #158A41. Grayscale: #A0A0A0. Windows color (decimal): -1411650 or 12482026. OLE color: 12482026.

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

Color convert

RGB 234 117 190 -
CMYK 0 0.5 0.19 0.08
HSL 322.56º 0.74% 0.69% -
HSV(B) 322.56º 0.5% 0.92% -
XYZ 49.59 33.93 52.65 -
YUV 160.31 144.76 180.56 -
System Red Green Blue C M Y K H S L
Decimal 234 117 190 0 0.5 0.19 0.08 322.56 0.74 0.69
Hex EA 75 BE 0 32 13 8 143 4A 45
Octal 352 165 276 0 62 23 10 503 112 105
Binary 11101010 1110101 10111110 0 110010 10011 1000 101000011 1001010 1000101

Color Harmonies of #EA75BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA75BE

Black with #EA75BE

Text Example


Text Example

White with #EA75BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA75BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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