Html Css Color HEX #EBB2FD Mauve

📋 copy color: '#EBB2FD'

red 235 ◦ green 178 ◦ blue 253

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

Shades of Mauve #EBB2FD

Tints of Mauve #EBB2FD

RGB

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

 GREEN value IS 178 (69.92% from 255) = 26.73%

 BLUE value IS 253 (99.22% from 255) = 37.99%

R = 35.29%
G = 26.73%
B = 37.99%

CMYK

 C value IS 0.07

 M value IS 0.30

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EBB2FD (or 0xEBB2FD) is known color: Mauve. HEX triplet: EB, B2 and FD. RGB value is (235,178,253). Sum of RGB (Red+Green+Blue) = 235+178+253=666 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.29% from 666); Green value is 178 (69.92% from 255 or 26.73% from 666); Blue value is 253 (99.22% from 255 or 37.99% from 666); Max value from RGB is 253 - color contains mainly: blue. Hex color #EBB2FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBB2FD is #144D02. Grayscale: #CBCBCB. Windows color (decimal): -1330435 or 16626411. OLE color: 16626411.

HSL color Cylindrical-coordinate representation of color #EBB2FD: hue angle of 285.6º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EBB2FD is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 235 178 253 -
CMYK 0.07 0.30 0 0.01
HSL 285.6º 0.95% 0.85% -
HSV(B) 285.6º 0.3% 0.99% -
XYZ 67.91 56.59 100.27 -
YUV 203.59 155.88 150.4 -
System Red Green Blue C M Y K H S L
Decimal 235 178 253 0.07 0.30 0 0.01 285.6 0.95 0.85
Hex EB B2 FD 7 1E 0 1 11E 5F 55
Octal 353 262 375 7 36 0 1 436 137 125
Binary 11101011 10110010 11111101 111 11110 0 1 100011110 1011111 1010101

Color Harmonies of #EBB2FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB2FD

Black with #EBB2FD

Text Example


Text Example

White with #EBB2FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB2FD; }

 p { color: rgb(235,178,253); }

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

background-color css

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

 a { background-color: rgb(235,178,253); }

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

border-color css

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

 span { border-color: rgb(235,178,253); }

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