Html Css Color HEX #EF828D Carissma

📋 copy color: '#EF828D'

red 239 ◦ green 130 ◦ blue 141

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

Shades of Carissma #EF828D

Tints of Carissma #EF828D

RGB

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

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

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

R = 46.86%
G = 25.49%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EF828D (or 0xEF828D) is known color: Carissma. HEX triplet: EF, 82 and 8D. RGB value is (239,130,141). Sum of RGB (Red+Green+Blue) = 239+130+141=510 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.86% from 510); Green value is 130 (51.17% from 255 or 25.49% from 510); Blue value is 141 (55.47% from 255 or 27.65% from 510); Max value from RGB is 239 - color contains mainly: red. Hex color #EF828D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF828D is #107D72. Grayscale: #A3A3A3. Windows color (decimal): -1080691 or 9274095. OLE color: 9274095.

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

Color convert

RGB 239 130 141 -
CMYK 0 0.46 0.41 0.06
HSL 353.94º 0.77% 0.72% -
HSV(B) 353.94º 0.46% 0.94% -
XYZ 48.39 36.24 29.64 -
YUV 163.85 115.11 181.61 -
System Red Green Blue C M Y K H S L
Decimal 239 130 141 0 0.46 0.41 0.06 353.94 0.77 0.72
Hex EF 82 8D 0 2E 29 6 162 4D 48
Octal 357 202 215 0 56 51 6 542 115 110
Binary 11101111 10000010 10001101 0 101110 101001 110 101100010 1001101 1001000

Color Harmonies of #EF828D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF828D

Black with #EF828D

Text Example


Text Example

White with #EF828D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF828D; }

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

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

background-color css

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

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

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

border-color css

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

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

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