Html Css Color HEX #EF858D Carissma

📋 copy color: '#EF858D'

red 239 ◦ green 133 ◦ blue 141

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

Shades of Carissma #EF858D

Tints of Carissma #EF858D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 27.49%

R = 46.59%
G = 25.93%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EF858D (or 0xEF858D) is known color: Carissma. HEX triplet: EF, 85 and 8D. RGB value is (239,133,141). Sum of RGB (Red+Green+Blue) = 239+133+141=513 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.59% from 513); Green value is 133 (52.34% from 255 or 25.93% from 513); Blue value is 141 (55.47% from 255 or 27.49% from 513); Max value from RGB is 239 - color contains mainly: red. Hex color #EF858D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF858D is #107A72. Grayscale: #A5A5A5. Windows color (decimal): -1079923 or 9274863. OLE color: 9274863.

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

Color convert

RGB 239 133 141 -
CMYK 0 0.44 0.41 0.06
HSL 355.47º 0.77% 0.73% -
HSV(B) 355.47º 0.44% 0.94% -
XYZ 48.79 37.05 29.78 -
YUV 165.61 114.12 180.35 -
System Red Green Blue C M Y K H S L
Decimal 239 133 141 0 0.44 0.41 0.06 355.47 0.77 0.73
Hex EF 85 8D 0 2C 29 6 163 4D 49
Octal 357 205 215 0 54 51 6 543 115 111
Binary 11101111 10000101 10001101 0 101100 101001 110 101100011 1001101 1001001

Color Harmonies of #EF858D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF858D

Black with #EF858D

Text Example


Text Example

White with #EF858D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF858D; }

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

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

background-color css

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

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

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

border-color css

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

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

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