Html Css Color HEX #EA7CB4 Persian Pink

📋 copy color: '#EA7CB4'

red 234 ◦ green 124 ◦ blue 180

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

Shades of Persian Pink #EA7CB4

Tints of Persian Pink #EA7CB4

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.05%

 BLUE value IS 180 (70.7% from 255) = 33.46%

R = 43.49%
G = 23.05%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.23

 K value IS 0.08

RGB Variations

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

Color information

#EA7CB4 (or 0xEA7CB4) is known color: Persian Pink. HEX triplet: EA, 7C and B4. RGB value is (234,124,180). Sum of RGB (Red+Green+Blue) = 234+124+180=538 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.49% from 538); Green value is 124 (48.83% from 255 or 23.05% from 538); Blue value is 180 (70.70% from 255 or 33.46% from 538); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7CB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA7CB4 is #15834B. Grayscale: #A3A3A3. Windows color (decimal): -1409868 or 11828458. OLE color: 11828458.

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

Color convert

RGB 234 124 180 -
CMYK 0 0.47 0.23 0.08
HSL 329.45º 0.72% 0.7% -
HSV(B) 329.45º 0.47% 0.92% -
XYZ 49.38 35.2 47.37 -
YUV 163.27 137.44 178.45 -
System Red Green Blue C M Y K H S L
Decimal 234 124 180 0 0.47 0.23 0.08 329.45 0.72 0.7
Hex EA 7C B4 0 2F 17 8 149 48 46
Octal 352 174 264 0 57 27 10 511 110 106
Binary 11101010 1111100 10110100 0 101111 10111 1000 101001001 1001000 1000110

Color Harmonies of #EA7CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7CB4

Black with #EA7CB4

Text Example


Text Example

White with #EA7CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7CB4; }

 p { color: rgb(234,124,180); }

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

background-color css

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

 a { background-color: rgb(234,124,180); }

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

border-color css

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

 span { border-color: rgb(234,124,180); }

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