Html Css Color HEX #E67BBA Persian Pink

📋 copy color: '#E67BBA'

red 230 ◦ green 123 ◦ blue 186

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

Shades of Persian Pink #E67BBA

Tints of Persian Pink #E67BBA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 22.82%

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

R = 42.67%
G = 22.82%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#E67BBA (or 0xE67BBA) is known color: Persian Pink. HEX triplet: E6, 7B and BA. RGB value is (230,123,186). Sum of RGB (Red+Green+Blue) = 230+123+186=539 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.67% from 539); Green value is 123 (48.44% from 255 or 22.82% from 539); Blue value is 186 (73.05% from 255 or 34.51% from 539); Max value from RGB is 230 - color contains mainly: red. Hex color #E67BBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E67BBA is #198445. Grayscale: #A2A2A2. Windows color (decimal): -1672262 or 12221414. OLE color: 12221414.

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

Color convert

RGB 230 123 186 -
CMYK 0 0.47 0.19 0.10
HSL 324.67º 0.68% 0.69% -
HSV(B) 324.67º 0.47% 0.9% -
XYZ 48.58 34.53 50.56 -
YUV 162.18 141.45 176.38 -
System Red Green Blue C M Y K H S L
Decimal 230 123 186 0 0.47 0.19 0.10 324.67 0.68 0.69
Hex E6 7B BA 0 2F 13 A 145 44 45
Octal 346 173 272 0 57 23 12 505 104 105
Binary 11100110 1111011 10111010 0 101111 10011 1010 101000101 1000100 1000101

Color Harmonies of #E67BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67BBA

Black with #E67BBA

Text Example


Text Example

White with #E67BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67BBA; }

 p { color: rgb(230,123,186); }

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

background-color css

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

 a { background-color: rgb(230,123,186); }

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

border-color css

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

 span { border-color: rgb(230,123,186); }

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