Html Css Color HEX #EF859B Carissma

📋 copy color: '#EF859B'

red 239 ◦ green 133 ◦ blue 155

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

Shades of Carissma #EF859B

Tints of Carissma #EF859B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 25.24%

 BLUE value IS 155 (60.94% from 255) = 29.41%

R = 45.35%
G = 25.24%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#EF859B (or 0xEF859B) is known color: Carissma. HEX triplet: EF, 85 and 9B. RGB value is (239,133,155). Sum of RGB (Red+Green+Blue) = 239+133+155=527 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.35% from 527); Green value is 133 (52.34% from 255 or 25.24% from 527); Blue value is 155 (60.94% from 255 or 29.41% from 527); Max value from RGB is 239 - color contains mainly: red. Hex color #EF859B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF859B is #107A64. Grayscale: #A7A7A7. Windows color (decimal): -1079909 or 10192367. OLE color: 10192367.

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

Color convert

RGB 239 133 155 -
CMYK 0 0.44 0.35 0.06
HSL 347.55º 0.77% 0.73% -
HSV(B) 347.55º 0.44% 0.94% -
XYZ 49.9 37.49 35.62 -
YUV 167.2 121.12 179.21 -
System Red Green Blue C M Y K H S L
Decimal 239 133 155 0 0.44 0.35 0.06 347.55 0.77 0.73
Hex EF 85 9B 0 2C 23 6 15C 4D 49
Octal 357 205 233 0 54 43 6 534 115 111
Binary 11101111 10000101 10011011 0 101100 100011 110 101011100 1001101 1001001

Color Harmonies of #EF859B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF859B

Black with #EF859B

Text Example


Text Example

White with #EF859B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF859B; }

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

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

background-color css

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

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

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

border-color css

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

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

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