Html Css Color HEX #EF8285 Carissma

📋 copy color: '#EF8285'

red 239 ◦ green 130 ◦ blue 133

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

Shades of Carissma #EF8285

Tints of Carissma #EF8285

RGB

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

 GREEN value IS 130 (51.17% from 255) = 25.9%

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

R = 47.61%
G = 25.9%
B = 26.49%

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

#EF8285 (or 0xEF8285) is known color: Carissma. HEX triplet: EF, 82 and 85. RGB value is (239,130,133). Sum of RGB (Red+Green+Blue) = 239+130+133=502 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.61% from 502); Green value is 130 (51.17% from 255 or 25.90% from 502); Blue value is 133 (52.34% from 255 or 26.49% from 502); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8285 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8285 is #107D7A. Grayscale: #A3A3A3. Windows color (decimal): -1080699 or 8749807. OLE color: 8749807.

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

Color convert

RGB 239 130 133 -
CMYK 0 0.46 0.44 0.06
HSL 358.35º 0.77% 0.72% -
HSV(B) 358.35º 0.46% 0.94% -
XYZ 47.81 36.01 26.62 -
YUV 162.93 111.11 182.26 -
System Red Green Blue C M Y K H S L
Decimal 239 130 133 0 0.46 0.44 0.06 358.35 0.77 0.72
Hex EF 82 85 0 2E 2C 6 166 4D 48
Octal 357 202 205 0 56 54 6 546 115 110
Binary 11101111 10000010 10000101 0 101110 101100 110 101100110 1001101 1001000

Color Harmonies of #EF8285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8285

Black with #EF8285

Text Example


Text Example

White with #EF8285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8285; }

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

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

background-color css

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

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

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

border-color css

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

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

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