Html Css Color HEX #EF858A Carissma

📋 copy color: '#EF858A'

red 239 ◦ green 133 ◦ blue 138

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

Shades of Carissma #EF858A

Tints of Carissma #EF858A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 27.06%

R = 46.86%
G = 26.08%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#EF858A (or 0xEF858A) is known color: Carissma. HEX triplet: EF, 85 and 8A. RGB value is (239,133,138). Sum of RGB (Red+Green+Blue) = 239+133+138=510 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.86% from 510); Green value is 133 (52.34% from 255 or 26.08% from 510); Blue value is 138 (54.30% from 255 or 27.06% from 510); Max value from RGB is 239 - color contains mainly: red. Hex color #EF858A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF858A is #107A75. Grayscale: #A5A5A5. Windows color (decimal): -1079926 or 9078255. OLE color: 9078255.

HSL color Cylindrical-coordinate representation of color #EF858A: hue angle of 357.17º 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 #EF858A is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 133 138 -
CMYK 0 0.44 0.42 0.06
HSL 357.17º 0.77% 0.73% -
HSV(B) 357.17º 0.44% 0.94% -
XYZ 48.57 36.96 28.62 -
YUV 165.26 112.62 180.59 -
System Red Green Blue C M Y K H S L
Decimal 239 133 138 0 0.44 0.42 0.06 357.17 0.77 0.73
Hex EF 85 8A 0 2C 2A 6 165 4D 49
Octal 357 205 212 0 54 52 6 545 115 111
Binary 11101111 10000101 10001010 0 101100 101010 110 101100101 1001101 1001001

Color Harmonies of #EF858A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF858A

Black with #EF858A

Text Example


Text Example

White with #EF858A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF858A; }

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

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

background-color css

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

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

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

border-color css

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

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

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