Html Css Color HEX #E675BB Persian Pink

📋 copy color: '#E675BB'

red 230 ◦ green 117 ◦ blue 187

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

Shades of Persian Pink #E675BB

Tints of Persian Pink #E675BB

RGB

 RED value IS 230 (90.23% from 255) = 43.07%

 GREEN value IS 117 (46.09% from 255) = 21.91%

 BLUE value IS 187 (73.44% from 255) = 35.02%

R = 43.07%
G = 21.91%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#E675BB (or 0xE675BB) is known color: Persian Pink. HEX triplet: E6, 75 and BB. RGB value is (230,117,187). Sum of RGB (Red+Green+Blue) = 230+117+187=534 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.07% from 534); Green value is 117 (46.09% from 255 or 21.91% from 534); Blue value is 187 (73.44% from 255 or 35.02% from 534); Max value from RGB is 230 - color contains mainly: red. Hex color #E675BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E675BB is #198A44. Grayscale: #9E9E9E. Windows color (decimal): -1673797 or 12285414. OLE color: 12285414.

HSL color Cylindrical-coordinate representation of color #E675BB: hue angle of 322.83º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E675BB is Cyan = 0, Magento = 0.49, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 117 187 -
CMYK 0 0.49 0.19 0.10
HSL 322.83º 0.69% 0.68% -
HSV(B) 322.83º 0.49% 0.9% -
XYZ 47.96 33.13 50.88 -
YUV 158.77 143.94 178.81 -
System Red Green Blue C M Y K H S L
Decimal 230 117 187 0 0.49 0.19 0.10 322.83 0.69 0.68
Hex E6 75 BB 0 31 13 A 143 45 44
Octal 346 165 273 0 61 23 12 503 105 104
Binary 11100110 1110101 10111011 0 110001 10011 1010 101000011 1000101 1000100

Color Harmonies of #E675BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E675BB

Black with #E675BB

Text Example


Text Example

White with #E675BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E675BB; }

 p { color: rgb(230,117,187); }

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

background-color css

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

 a { background-color: rgb(230,117,187); }

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

border-color css

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

 span { border-color: rgb(230,117,187); }

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