Html Css Color HEX #EA83B7 Persian Pink

📋 copy color: '#EA83B7'

red 234 ◦ green 131 ◦ blue 183

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

Shades of Persian Pink #EA83B7

Tints of Persian Pink #EA83B7

RGB

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

 GREEN value IS 131 (51.56% from 255) = 23.91%

 BLUE value IS 183 (71.88% from 255) = 33.39%

R = 42.7%
G = 23.91%
B = 33.39%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.22

 K value IS 0.08

RGB Variations

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

Color information

#EA83B7 (or 0xEA83B7) is known color: Persian Pink. HEX triplet: EA, 83 and B7. RGB value is (234,131,183). Sum of RGB (Red+Green+Blue) = 234+131+183=548 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.70% from 548); Green value is 131 (51.56% from 255 or 23.91% from 548); Blue value is 183 (71.88% from 255 or 33.39% from 548); Max value from RGB is 234 - color contains mainly: red. Hex color #EA83B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA83B7 is #157C48. Grayscale: #A7A7A7. Windows color (decimal): -1408073 or 12026858. OLE color: 12026858.

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

Color convert

RGB 234 131 183 -
CMYK 0 0.44 0.22 0.08
HSL 329.71º 0.71% 0.72% -
HSV(B) 329.71º 0.44% 0.92% -
XYZ 50.6 37.14 49.3 -
YUV 167.73 136.62 175.27 -
System Red Green Blue C M Y K H S L
Decimal 234 131 183 0 0.44 0.22 0.08 329.71 0.71 0.72
Hex EA 83 B7 0 2C 16 8 14A 47 48
Octal 352 203 267 0 54 26 10 512 107 110
Binary 11101010 10000011 10110111 0 101100 10110 1000 101001010 1000111 1001000

Color Harmonies of #EA83B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA83B7

Black with #EA83B7

Text Example


Text Example

White with #EA83B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA83B7; }

 p { color: rgb(234,131,183); }

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

background-color css

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

 a { background-color: rgb(234,131,183); }

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

border-color css

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

 span { border-color: rgb(234,131,183); }

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