Html Css Color HEX #EA7DBB Persian Pink

📋 copy color: '#EA7DBB'

red 234 ◦ green 125 ◦ blue 187

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

Shades of Persian Pink #EA7DBB

Tints of Persian Pink #EA7DBB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.89%

 BLUE value IS 187 (73.44% from 255) = 34.25%

R = 42.86%
G = 22.89%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#EA7DBB (or 0xEA7DBB) is known color: Persian Pink. HEX triplet: EA, 7D and BB. RGB value is (234,125,187). Sum of RGB (Red+Green+Blue) = 234+125+187=546 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.86% from 546); Green value is 125 (49.22% from 255 or 22.89% from 546); Blue value is 187 (73.44% from 255 or 34.25% from 546); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7DBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA7DBB is #158244. Grayscale: #A4A4A4. Windows color (decimal): -1409605 or 12287466. OLE color: 12287466.

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

Color convert

RGB 234 125 187 -
CMYK 0 0.47 0.20 0.08
HSL 325.87º 0.72% 0.7% -
HSV(B) 325.87º 0.47% 0.92% -
XYZ 50.23 35.75 51.27 -
YUV 164.66 140.61 177.46 -
System Red Green Blue C M Y K H S L
Decimal 234 125 187 0 0.47 0.20 0.08 325.87 0.72 0.7
Hex EA 7D BB 0 2F 14 8 146 48 46
Octal 352 175 273 0 57 24 10 506 110 106
Binary 11101010 1111101 10111011 0 101111 10100 1000 101000110 1001000 1000110

Color Harmonies of #EA7DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7DBB

Black with #EA7DBB

Text Example


Text Example

White with #EA7DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7DBB; }

 p { color: rgb(234,125,187); }

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

background-color css

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

 a { background-color: rgb(234,125,187); }

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

border-color css

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

 span { border-color: rgb(234,125,187); }

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