Html Css Color HEX #EA82B3 Persian Pink

📋 copy color: '#EA82B3'

red 234 ◦ green 130 ◦ blue 179

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

Shades of Persian Pink #EA82B3

Tints of Persian Pink #EA82B3

RGB

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

 GREEN value IS 130 (51.17% from 255) = 23.94%

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

R = 43.09%
G = 23.94%
B = 32.97%

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

#EA82B3 (or 0xEA82B3) is known color: Persian Pink. HEX triplet: EA, 82 and B3. RGB value is (234,130,179). Sum of RGB (Red+Green+Blue) = 234+130+179=543 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.09% from 543); Green value is 130 (51.17% from 255 or 23.94% from 543); Blue value is 179 (70.31% from 255 or 32.97% from 543); Max value from RGB is 234 - color contains mainly: red. Hex color #EA82B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA82B3 is #157D4C. Grayscale: #A6A6A6. Windows color (decimal): -1408333 or 11764458. OLE color: 11764458.

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

Color convert

RGB 234 130 179 -
CMYK 0 0.44 0.24 0.08
HSL 331.73º 0.71% 0.71% -
HSV(B) 331.73º 0.44% 0.92% -
XYZ 50.05 36.71 47.1 -
YUV 166.68 134.96 176.02 -
System Red Green Blue C M Y K H S L
Decimal 234 130 179 0 0.44 0.24 0.08 331.73 0.71 0.71
Hex EA 82 B3 0 2C 18 8 14C 47 47
Octal 352 202 263 0 54 30 10 514 107 107
Binary 11101010 10000010 10110011 0 101100 11000 1000 101001100 1000111 1000111

Color Harmonies of #EA82B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA82B3

Black with #EA82B3

Text Example


Text Example

White with #EA82B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA82B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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