Html Css Color HEX #EE6FBA Persian Pink

📋 copy color: '#EE6FBA'

red 238 ◦ green 111 ◦ blue 186

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

Shades of Persian Pink #EE6FBA

Tints of Persian Pink #EE6FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 34.77%

R = 44.49%
G = 20.75%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#EE6FBA (or 0xEE6FBA) is known color: Persian Pink. HEX triplet: EE, 6F and BA. RGB value is (238,111,186). Sum of RGB (Red+Green+Blue) = 238+111+186=535 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.49% from 535); Green value is 111 (43.75% from 255 or 20.75% from 535); Blue value is 186 (73.05% from 255 or 34.77% from 535); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6FBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE6FBA is #119045. Grayscale: #9D9D9D. Windows color (decimal): -1151046 or 12218350. OLE color: 12218350.

HSL color Cylindrical-coordinate representation of color #EE6FBA: hue angle of 324.57º 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 #EE6FBA is Cyan = 0, Magento = 0.53, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 111 186 -
CMYK 0 0.53 0.22 0.07
HSL 324.57º 0.79% 0.68% -
HSV(B) 324.57º 0.53% 0.93% -
XYZ 49.81 33.09 50.22 -
YUV 157.52 144.08 185.4 -
System Red Green Blue C M Y K H S L
Decimal 238 111 186 0 0.53 0.22 0.07 324.57 0.79 0.68
Hex EE 6F BA 0 35 16 7 145 4F 44
Octal 356 157 272 0 65 26 7 505 117 104
Binary 11101110 1101111 10111010 0 110101 10110 111 101000101 1001111 1000100

Color Harmonies of #EE6FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6FBA

Black with #EE6FBA

Text Example


Text Example

White with #EE6FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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