Html Css Color HEX #EA84BC Persian Pink

📋 copy color: '#EA84BC'

red 234 ◦ green 132 ◦ blue 188

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

Shades of Persian Pink #EA84BC

Tints of Persian Pink #EA84BC

RGB

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

 GREEN value IS 132 (51.95% from 255) = 23.83%

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

R = 42.24%
G = 23.83%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#EA84BC (or 0xEA84BC) is known color: Persian Pink. HEX triplet: EA, 84 and BC. RGB value is (234,132,188). Sum of RGB (Red+Green+Blue) = 234+132+188=554 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.24% from 554); Green value is 132 (51.95% from 255 or 23.83% from 554); Blue value is 188 (73.83% from 255 or 33.94% from 554); Max value from RGB is 234 - color contains mainly: red. Hex color #EA84BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA84BC is #157B43. Grayscale: #A8A8A8. Windows color (decimal): -1407812 or 12354794. OLE color: 12354794.

HSL color Cylindrical-coordinate representation of color #EA84BC: hue angle of 327.06º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EA84BC is Cyan = 0, Magento = 0.44, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 132 188 -
CMYK 0 0.44 0.20 0.08
HSL 327.06º 0.71% 0.72% -
HSV(B) 327.06º 0.44% 0.92% -
XYZ 51.26 37.63 52.14 -
YUV 168.88 138.79 174.45 -
System Red Green Blue C M Y K H S L
Decimal 234 132 188 0 0.44 0.20 0.08 327.06 0.71 0.72
Hex EA 84 BC 0 2C 14 8 147 47 48
Octal 352 204 274 0 54 24 10 507 107 110
Binary 11101010 10000100 10111100 0 101100 10100 1000 101000111 1000111 1001000

Color Harmonies of #EA84BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA84BC

Black with #EA84BC

Text Example


Text Example

White with #EA84BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA84BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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