Html Css Color HEX #E970BD Persian Pink

📋 copy color: '#E970BD'

red 233 ◦ green 112 ◦ blue 189

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

Shades of Persian Pink #E970BD

Tints of Persian Pink #E970BD

RGB

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

 GREEN value IS 112 (44.14% from 255) = 20.97%

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

R = 43.63%
G = 20.97%
B = 35.39%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#E970BD (or 0xE970BD) is known color: Persian Pink. HEX triplet: E9, 70 and BD. RGB value is (233,112,189). Sum of RGB (Red+Green+Blue) = 233+112+189=534 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.63% from 534); Green value is 112 (44.14% from 255 or 20.97% from 534); Blue value is 189 (74.22% from 255 or 35.39% from 534); Max value from RGB is 233 - color contains mainly: red. Hex color #E970BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E970BD is #168F42. Grayscale: #9C9C9C. Windows color (decimal): -1478467 or 12415209. OLE color: 12415209.

HSL color Cylindrical-coordinate representation of color #E970BD: hue angle of 321.82º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E970BD is Cyan = 0, Magento = 0.52, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 112 189 -
CMYK 0 0.52 0.19 0.09
HSL 321.82º 0.73% 0.68% -
HSV(B) 321.82º 0.52% 0.91% -
XYZ 48.58 32.59 51.87 -
YUV 156.96 146.09 182.24 -
System Red Green Blue C M Y K H S L
Decimal 233 112 189 0 0.52 0.19 0.09 321.82 0.73 0.68
Hex E9 70 BD 0 34 13 9 142 49 44
Octal 351 160 275 0 64 23 11 502 111 104
Binary 11101001 1110000 10111101 0 110100 10011 1001 101000010 1001001 1000100

Color Harmonies of #E970BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E970BD

Black with #E970BD

Text Example


Text Example

White with #E970BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E970BD; }

 p { color: rgb(233,112,189); }

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

background-color css

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

 a { background-color: rgb(233,112,189); }

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

border-color css

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

 span { border-color: rgb(233,112,189); }

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