Html Css Color HEX #EF8185 Carissma

📋 copy color: '#EF8185'

red 239 ◦ green 129 ◦ blue 133

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

Shades of Carissma #EF8185

Tints of Carissma #EF8185

RGB

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

 GREEN value IS 129 (50.78% from 255) = 25.75%

 BLUE value IS 133 (52.34% from 255) = 26.55%

R = 47.7%
G = 25.75%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#EF8185 (or 0xEF8185) is known color: Carissma. HEX triplet: EF, 81 and 85. RGB value is (239,129,133). Sum of RGB (Red+Green+Blue) = 239+129+133=501 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.70% from 501); Green value is 129 (50.78% from 255 or 25.75% from 501); Blue value is 133 (52.34% from 255 or 26.55% from 501); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8185 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8185 is #107E7A. Grayscale: #A2A2A2. Windows color (decimal): -1080955 or 8749551. OLE color: 8749551.

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

Color convert

RGB 239 129 133 -
CMYK 0 0.46 0.44 0.06
HSL 357.82º 0.77% 0.72% -
HSV(B) 357.82º 0.46% 0.94% -
XYZ 47.68 35.74 26.58 -
YUV 162.35 111.44 182.67 -
System Red Green Blue C M Y K H S L
Decimal 239 129 133 0 0.46 0.44 0.06 357.82 0.77 0.72
Hex EF 81 85 0 2E 2C 6 166 4D 48
Octal 357 201 205 0 56 54 6 546 115 110
Binary 11101111 10000001 10000101 0 101110 101100 110 101100110 1001101 1001000

Color Harmonies of #EF8185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8185

Black with #EF8185

Text Example


Text Example

White with #EF8185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8185; }

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

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

background-color css

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

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

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

border-color css

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

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

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