Html Css Color HEX #EF9BF0 Violet

📋 copy color: '#EF9BF0'

red 239 ◦ green 155 ◦ blue 240

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

Shades of Violet #EF9BF0

Tints of Violet #EF9BF0

RGB

 RED value IS 239 (93.75% from 255) = 37.7%

 GREEN value IS 155 (60.94% from 255) = 24.45%

 BLUE value IS 240 (94.14% from 255) = 37.85%

R = 37.7%
G = 24.45%
B = 37.85%

CMYK

 C value IS 0.00

 M value IS 0.35

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EF9BF0 (or 0xEF9BF0) is known color: Violet. HEX triplet: EF, 9B and F0. RGB value is (239,155,240). Sum of RGB (Red+Green+Blue) = 239+155+240=634 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.70% from 634); Green value is 155 (60.94% from 255 or 24.45% from 634); Blue value is 240 (94.14% from 255 or 37.85% from 634); Max value from RGB is 240 - color contains mainly: blue. Hex color #EF9BF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF9BF0 is #10640F. Grayscale: #BDBDBD. Windows color (decimal): -1074192 or 15768559. OLE color: 15768559.

HSL color Cylindrical-coordinate representation of color #EF9BF0: hue angle of 299.29º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EF9BF0 is Cyan = 0.00, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 155 240 -
CMYK 0.00 0.35 0 0.06
HSL 299.29º 0.74% 0.77% -
HSV(B) 299.29º 0.35% 0.94% -
XYZ 63.05 48.08 88.4 -
YUV 189.81 156.33 163.09 -
System Red Green Blue C M Y K H S L
Decimal 239 155 240 0.00 0.35 0 0.06 299.29 0.74 0.77
Hex EF 9B F0 0 23 0 6 12B 4A 4D
Octal 357 233 360 0 43 0 6 453 112 115
Binary 11101111 10011011 11110000 0 100011 0 110 100101011 1001010 1001101

Color Harmonies of #EF9BF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9BF0

Black with #EF9BF0

Text Example


Text Example

White with #EF9BF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9BF0; }

 p { color: rgb(239,155,240); }

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

background-color css

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

 a { background-color: rgb(239,155,240); }

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

border-color css

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

 span { border-color: rgb(239,155,240); }

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