Html Css Color HEX #EBA4D4 Lavender Rose

📋 copy color: '#EBA4D4'

red 235 ◦ green 164 ◦ blue 212

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

Shades of Lavender Rose #EBA4D4

Tints of Lavender Rose #EBA4D4

RGB

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

 GREEN value IS 164 (64.45% from 255) = 26.84%

 BLUE value IS 212 (83.2% from 255) = 34.7%

R = 38.46%
G = 26.84%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#EBA4D4 (or 0xEBA4D4) is known color: Lavender Rose. HEX triplet: EB, A4 and D4. RGB value is (235,164,212). Sum of RGB (Red+Green+Blue) = 235+164+212=611 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.46% from 611); Green value is 164 (64.45% from 255 or 26.84% from 611); Blue value is 212 (83.20% from 255 or 34.70% from 611); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA4D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA4D4 is #145B2B. Grayscale: #BEBEBE. Windows color (decimal): -1334060 or 13935851. OLE color: 13935851.

HSL color Cylindrical-coordinate representation of color #EBA4D4: hue angle of 319.44º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EBA4D4 is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 164 212 -
CMYK 0 0.30 0.10 0.08
HSL 319.44º 0.64% 0.78% -
HSV(B) 319.44º 0.3% 0.92% -
XYZ 59.42 48.97 68.61 -
YUV 190.7 140.02 159.6 -
System Red Green Blue C M Y K H S L
Decimal 235 164 212 0 0.30 0.10 0.08 319.44 0.64 0.78
Hex EB A4 D4 0 1E A 8 13F 40 4E
Octal 353 244 324 0 36 12 10 477 100 116
Binary 11101011 10100100 11010100 0 11110 1010 1000 100111111 1000000 1001110

Color Harmonies of #EBA4D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA4D4

Black with #EBA4D4

Text Example


Text Example

White with #EBA4D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA4D4; }

 p { color: rgb(235,164,212); }

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

background-color css

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

 a { background-color: rgb(235,164,212); }

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

border-color css

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

 span { border-color: rgb(235,164,212); }

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