Html Css Color HEX #EE6FBC Persian Pink

📋 copy color: '#EE6FBC'

red 238 ◦ green 111 ◦ blue 188

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

Shades of Persian Pink #EE6FBC

Tints of Persian Pink #EE6FBC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.67%

 BLUE value IS 188 (73.83% from 255) = 35.01%

R = 44.32%
G = 20.67%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EE6FBC (or 0xEE6FBC) is known color: Persian Pink. HEX triplet: EE, 6F and BC. RGB value is (238,111,188). Sum of RGB (Red+Green+Blue) = 238+111+188=537 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.32% from 537); Green value is 111 (43.75% from 255 or 20.67% from 537); Blue value is 188 (73.83% from 255 or 35.01% from 537); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6FBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE6FBC is #119043. Grayscale: #9D9D9D. Windows color (decimal): -1151044 or 12349422. OLE color: 12349422.

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

Color convert

RGB 238 111 188 -
CMYK 0 0.53 0.21 0.07
HSL 323.62º 0.79% 0.68% -
HSV(B) 323.62º 0.53% 0.93% -
XYZ 50.02 33.18 51.34 -
YUV 157.75 145.08 185.24 -
System Red Green Blue C M Y K H S L
Decimal 238 111 188 0 0.53 0.21 0.07 323.62 0.79 0.68
Hex EE 6F BC 0 35 15 7 144 4F 44
Octal 356 157 274 0 65 25 7 504 117 104
Binary 11101110 1101111 10111100 0 110101 10101 111 101000100 1001111 1000100

Color Harmonies of #EE6FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6FBC

Black with #EE6FBC

Text Example


Text Example

White with #EE6FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6FBC; }

 p { color: rgb(238,111,188); }

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

background-color css

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

 a { background-color: rgb(238,111,188); }

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

border-color css

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

 span { border-color: rgb(238,111,188); }

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