Html Css Color HEX #EA75BC Persian Pink

📋 copy color: '#EA75BC'

red 234 ◦ green 117 ◦ blue 188

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

Shades of Persian Pink #EA75BC

Tints of Persian Pink #EA75BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 34.88%

R = 43.41%
G = 21.71%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#EA75BC (or 0xEA75BC) is known color: Persian Pink. HEX triplet: EA, 75 and BC. RGB value is (234,117,188). Sum of RGB (Red+Green+Blue) = 234+117+188=539 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.41% from 539); Green value is 117 (46.09% from 255 or 21.71% from 539); Blue value is 188 (73.83% from 255 or 34.88% from 539); Max value from RGB is 234 - color contains mainly: red. Hex color #EA75BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA75BC is #158A43. Grayscale: #9F9F9F. Windows color (decimal): -1411652 or 12350954. OLE color: 12350954.

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

Color convert

RGB 234 117 188 -
CMYK 0 0.5 0.20 0.08
HSL 323.59º 0.74% 0.69% -
HSV(B) 323.59º 0.5% 0.92% -
XYZ 49.37 33.85 51.51 -
YUV 160.08 143.76 180.73 -
System Red Green Blue C M Y K H S L
Decimal 234 117 188 0 0.5 0.20 0.08 323.59 0.74 0.69
Hex EA 75 BC 0 32 14 8 144 4A 45
Octal 352 165 274 0 62 24 10 504 112 105
Binary 11101010 1110101 10111100 0 110010 10100 1000 101000100 1001010 1000101

Color Harmonies of #EA75BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA75BC

Black with #EA75BC

Text Example


Text Example

White with #EA75BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA75BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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