Html Css Color HEX #EB67A1 Pale Violet Red

📋 copy color: '#EB67A1'

red 235 ◦ green 103 ◦ blue 161

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

Shades of Pale Violet Red #EB67A1

Tints of Pale Violet Red #EB67A1

RGB

 RED value IS 235 (92.19% from 255) = 47.09%

 GREEN value IS 103 (40.63% from 255) = 20.64%

 BLUE value IS 161 (63.28% from 255) = 32.26%

R = 47.09%
G = 20.64%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.31

 K value IS 0.08

RGB Variations

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

Color information

#EB67A1 (or 0xEB67A1) is known color: Pale Violet Red. HEX triplet: EB, 67 and A1. RGB value is (235,103,161). Sum of RGB (Red+Green+Blue) = 235+103+161=499 (66% of max value = 765). Red value is 235 (92.19% from 255 or 47.09% from 499); Green value is 103 (40.62% from 255 or 20.64% from 499); Blue value is 161 (63.28% from 255 or 32.26% from 499); Max value from RGB is 235 - color contains mainly: red. Hex color #EB67A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB67A1 is #14985E. Grayscale: #949494. Windows color (decimal): -1349727 or 10577899. OLE color: 10577899.

HSL color Cylindrical-coordinate representation of color #EB67A1: hue angle of 333.64º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EB67A1 is Cyan = 0, Magento = 0.56, Yellow = 0.31 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 103 161 -
CMYK 0 0.56 0.31 0.08
HSL 333.64º 0.77% 0.66% -
HSV(B) 333.64º 0.56% 0.92% -
XYZ 45.54 29.94 37.1 -
YUV 149.08 134.73 189.28 -
System Red Green Blue C M Y K H S L
Decimal 235 103 161 0 0.56 0.31 0.08 333.64 0.77 0.66
Hex EB 67 A1 0 38 1F 8 14E 4D 42
Octal 353 147 241 0 70 37 10 516 115 102
Binary 11101011 1100111 10100001 0 111000 11111 1000 101001110 1001101 1000010

Color Harmonies of #EB67A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB67A1

Black with #EB67A1

Text Example


Text Example

White with #EB67A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB67A1; }

 p { color: rgb(235,103,161); }

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

background-color css

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

 a { background-color: rgb(235,103,161); }

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

border-color css

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

 span { border-color: rgb(235,103,161); }

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