Html Css Color HEX #EE7BBD Persian Pink

📋 copy color: '#EE7BBD'

red 238 ◦ green 123 ◦ blue 189

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

Shades of Persian Pink #EE7BBD

Tints of Persian Pink #EE7BBD

RGB

 RED value IS 238 (93.36% from 255) = 43.27%

 GREEN value IS 123 (48.44% from 255) = 22.36%

 BLUE value IS 189 (74.22% from 255) = 34.36%

R = 43.27%
G = 22.36%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EE7BBD (or 0xEE7BBD) is known color: Persian Pink. HEX triplet: EE, 7B and BD. RGB value is (238,123,189). Sum of RGB (Red+Green+Blue) = 238+123+189=550 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.27% from 550); Green value is 123 (48.44% from 255 or 22.36% from 550); Blue value is 189 (74.22% from 255 or 34.36% from 550); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7BBD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE7BBD is #118442. Grayscale: #A4A4A4. Windows color (decimal): -1147971 or 12418030. OLE color: 12418030.

HSL color Cylindrical-coordinate representation of color #EE7BBD: hue angle of 325.57º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EE7BBD is Cyan = 0, Magento = 0.48, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 123 189 -
CMYK 0 0.48 0.21 0.07
HSL 325.57º 0.77% 0.71% -
HSV(B) 325.57º 0.48% 0.93% -
XYZ 51.53 36.02 52.38 -
YUV 164.91 141.6 180.13 -
System Red Green Blue C M Y K H S L
Decimal 238 123 189 0 0.48 0.21 0.07 325.57 0.77 0.71
Hex EE 7B BD 0 30 15 7 146 4D 47
Octal 356 173 275 0 60 25 7 506 115 107
Binary 11101110 1111011 10111101 0 110000 10101 111 101000110 1001101 1000111

Color Harmonies of #EE7BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE7BBD

Black with #EE7BBD

Text Example


Text Example

White with #EE7BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE7BBD; }

 p { color: rgb(238,123,189); }

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

background-color css

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

 a { background-color: rgb(238,123,189); }

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

border-color css

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

 span { border-color: rgb(238,123,189); }

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