Html Css Color HEX #EE7FB2 Persian Pink

📋 copy color: '#EE7FB2'

red 238 ◦ green 127 ◦ blue 178

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

Shades of Persian Pink #EE7FB2

Tints of Persian Pink #EE7FB2

RGB

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

 GREEN value IS 127 (50% from 255) = 23.39%

 BLUE value IS 178 (69.92% from 255) = 32.78%

R = 43.83%
G = 23.39%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#EE7FB2 (or 0xEE7FB2) is known color: Persian Pink. HEX triplet: EE, 7F and B2. RGB value is (238,127,178). Sum of RGB (Red+Green+Blue) = 238+127+178=543 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.83% from 543); Green value is 127 (50% from 255 or 23.39% from 543); Blue value is 178 (69.92% from 255 or 32.78% from 543); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7FB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE7FB2 is #11804D. Grayscale: #A5A5A5. Windows color (decimal): -1146958 or 11698158. OLE color: 11698158.

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

Color convert

RGB 238 127 178 -
CMYK 0 0.47 0.25 0.07
HSL 332.43º 0.77% 0.72% -
HSV(B) 332.43º 0.47% 0.93% -
XYZ 50.89 36.57 46.5 -
YUV 166 134.77 179.35 -
System Red Green Blue C M Y K H S L
Decimal 238 127 178 0 0.47 0.25 0.07 332.43 0.77 0.72
Hex EE 7F B2 0 2F 19 7 14C 4D 48
Octal 356 177 262 0 57 31 7 514 115 110
Binary 11101110 1111111 10110010 0 101111 11001 111 101001100 1001101 1001000

Color Harmonies of #EE7FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE7FB2

Black with #EE7FB2

Text Example


Text Example

White with #EE7FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE7FB2; }

 p { color: rgb(238,127,178); }

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

background-color css

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

 a { background-color: rgb(238,127,178); }

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

border-color css

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

 span { border-color: rgb(238,127,178); }

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