Html Css Color HEX #EF818D Carissma

📋 copy color: '#EF818D'

red 239 ◦ green 129 ◦ blue 141

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

Shades of Carissma #EF818D

Tints of Carissma #EF818D

RGB

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

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

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

R = 46.95%
G = 25.34%
B = 27.7%

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

#EF818D (or 0xEF818D) is known color: Carissma. HEX triplet: EF, 81 and 8D. RGB value is (239,129,141). Sum of RGB (Red+Green+Blue) = 239+129+141=509 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.95% from 509); Green value is 129 (50.78% from 255 or 25.34% from 509); Blue value is 141 (55.47% from 255 or 27.70% from 509); Max value from RGB is 239 - color contains mainly: red. Hex color #EF818D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF818D is #107E72. Grayscale: #A3A3A3. Windows color (decimal): -1080947 or 9273839. OLE color: 9273839.

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

Color convert

RGB 239 129 141 -
CMYK 0 0.46 0.41 0.06
HSL 353.45º 0.77% 0.72% -
HSV(B) 353.45º 0.46% 0.94% -
XYZ 48.25 35.97 29.6 -
YUV 163.26 115.44 182.02 -
System Red Green Blue C M Y K H S L
Decimal 239 129 141 0 0.46 0.41 0.06 353.45 0.77 0.72
Hex EF 81 8D 0 2E 29 6 161 4D 48
Octal 357 201 215 0 56 51 6 541 115 110
Binary 11101111 10000001 10001101 0 101110 101001 110 101100001 1001101 1001000

Color Harmonies of #EF818D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF818D

Black with #EF818D

Text Example


Text Example

White with #EF818D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF818D; }

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

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

background-color css

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

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

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

border-color css

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

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

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