Html Css Color HEX #EA75B2 Persian Pink

📋 copy color: '#EA75B2'

red 234 ◦ green 117 ◦ blue 178

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

Shades of Persian Pink #EA75B2

Tints of Persian Pink #EA75B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 33.65%

R = 44.23%
G = 22.12%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.24

 K value IS 0.08

RGB Variations

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

Color information

#EA75B2 (or 0xEA75B2) is known color: Persian Pink. HEX triplet: EA, 75 and B2. RGB value is (234,117,178). Sum of RGB (Red+Green+Blue) = 234+117+178=529 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.23% from 529); Green value is 117 (46.09% from 255 or 22.12% from 529); Blue value is 178 (69.92% from 255 or 33.65% from 529); Max value from RGB is 234 - color contains mainly: red. Hex color #EA75B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA75B2 is #158A4D. Grayscale: #9E9E9E. Windows color (decimal): -1411662 or 11695594. OLE color: 11695594.

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

Color convert

RGB 234 117 178 -
CMYK 0 0.5 0.24 0.08
HSL 328.72º 0.74% 0.69% -
HSV(B) 328.72º 0.5% 0.92% -
XYZ 48.33 33.43 46.02 -
YUV 158.94 138.76 181.54 -
System Red Green Blue C M Y K H S L
Decimal 234 117 178 0 0.5 0.24 0.08 328.72 0.74 0.69
Hex EA 75 B2 0 32 18 8 149 4A 45
Octal 352 165 262 0 62 30 10 511 112 105
Binary 11101010 1110101 10110010 0 110010 11000 1000 101001001 1001010 1000101

Color Harmonies of #EA75B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA75B2

Black with #EA75B2

Text Example


Text Example

White with #EA75B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA75B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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