Html Css Color HEX #EA83B3 Persian Pink

📋 copy color: '#EA83B3'

red 234 ◦ green 131 ◦ blue 179

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

Shades of Persian Pink #EA83B3

Tints of Persian Pink #EA83B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 32.9%

R = 43.01%
G = 24.08%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.24

 K value IS 0.08

RGB Variations

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

Color information

#EA83B3 (or 0xEA83B3) is known color: Persian Pink. HEX triplet: EA, 83 and B3. RGB value is (234,131,179). Sum of RGB (Red+Green+Blue) = 234+131+179=544 (72% of max value = 765). Red value is 234 (91.80% from 255 or 43.01% from 544); Green value is 131 (51.56% from 255 or 24.08% from 544); Blue value is 179 (70.31% from 255 or 32.90% from 544); Max value from RGB is 234 - color contains mainly: red. Hex color #EA83B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA83B3 is #157C4C. Grayscale: #A7A7A7. Windows color (decimal): -1408077 or 11764714. OLE color: 11764714.

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

Color convert

RGB 234 131 179 -
CMYK 0 0.44 0.24 0.08
HSL 332.04º 0.71% 0.72% -
HSV(B) 332.04º 0.44% 0.92% -
XYZ 50.18 36.98 47.14 -
YUV 167.27 134.62 175.6 -
System Red Green Blue C M Y K H S L
Decimal 234 131 179 0 0.44 0.24 0.08 332.04 0.71 0.72
Hex EA 83 B3 0 2C 18 8 14C 47 48
Octal 352 203 263 0 54 30 10 514 107 110
Binary 11101010 10000011 10110011 0 101100 11000 1000 101001100 1000111 1001000

Color Harmonies of #EA83B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA83B3

Black with #EA83B3

Text Example


Text Example

White with #EA83B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA83B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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