Html Css Color HEX #E985B4 Persian Pink

📋 copy color: '#E985B4'

red 233 ◦ green 133 ◦ blue 180

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

Shades of Persian Pink #E985B4

Tints of Persian Pink #E985B4

RGB

 RED value IS 233 (91.41% from 255) = 42.67%

 GREEN value IS 133 (52.34% from 255) = 24.36%

 BLUE value IS 180 (70.7% from 255) = 32.97%

R = 42.67%
G = 24.36%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.23

 K value IS 0.09

RGB Variations

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

Color information

#E985B4 (or 0xE985B4) is known color: Persian Pink. HEX triplet: E9, 85 and B4. RGB value is (233,133,180). Sum of RGB (Red+Green+Blue) = 233+133+180=546 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.67% from 546); Green value is 133 (52.34% from 255 or 24.36% from 546); Blue value is 180 (70.70% from 255 or 32.97% from 546); Max value from RGB is 233 - color contains mainly: red. Hex color #E985B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E985B4 is #167A4B. Grayscale: #A8A8A8. Windows color (decimal): -1473100 or 11830761. OLE color: 11830761.

HSL color Cylindrical-coordinate representation of color #E985B4: hue angle of 331.8º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E985B4 is Cyan = 0, Magento = 0.43, Yellow = 0.23 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 133 180 -
CMYK 0 0.43 0.23 0.09
HSL 331.8º 0.69% 0.72% -
HSV(B) 331.8º 0.43% 0.91% -
XYZ 50.23 37.39 47.75 -
YUV 168.26 134.63 174.18 -
System Red Green Blue C M Y K H S L
Decimal 233 133 180 0 0.43 0.23 0.09 331.8 0.69 0.72
Hex E9 85 B4 0 2B 17 9 14C 45 48
Octal 351 205 264 0 53 27 11 514 105 110
Binary 11101001 10000101 10110100 0 101011 10111 1001 101001100 1000101 1001000

Color Harmonies of #E985B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E985B4

Black with #E985B4

Text Example


Text Example

White with #E985B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E985B4; }

 p { color: rgb(233,133,180); }

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

background-color css

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

 a { background-color: rgb(233,133,180); }

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

border-color css

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

 span { border-color: rgb(233,133,180); }

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