Html Css Color HEX #ED869A Carissma

📋 copy color: '#ED869A'

red 237 ◦ green 134 ◦ blue 154

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

Shades of Carissma #ED869A

Tints of Carissma #ED869A

RGB

 RED value IS 237 (92.97% from 255) = 45.14%

 GREEN value IS 134 (52.73% from 255) = 25.52%

 BLUE value IS 154 (60.55% from 255) = 29.33%

R = 45.14%
G = 25.52%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#ED869A (or 0xED869A) is known color: Carissma. HEX triplet: ED, 86 and 9A. RGB value is (237,134,154). Sum of RGB (Red+Green+Blue) = 237+134+154=525 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.14% from 525); Green value is 134 (52.73% from 255 or 25.52% from 525); Blue value is 154 (60.55% from 255 or 29.33% from 525); Max value from RGB is 237 - color contains mainly: red. Hex color #ED869A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED869A is #127965. Grayscale: #A7A7A7. Windows color (decimal): -1210726 or 10127085. OLE color: 10127085.

HSL color Cylindrical-coordinate representation of color #ED869A: hue angle of 348.35º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ED869A is Cyan = 0, Magento = 0.43, Yellow = 0.35 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 134 154 -
CMYK 0 0.43 0.35 0.07
HSL 348.35º 0.74% 0.73% -
HSV(B) 348.35º 0.43% 0.93% -
XYZ 49.28 37.39 35.19 -
YUV 167.08 120.62 177.87 -
System Red Green Blue C M Y K H S L
Decimal 237 134 154 0 0.43 0.35 0.07 348.35 0.74 0.73
Hex ED 86 9A 0 2B 23 7 15C 4A 49
Octal 355 206 232 0 53 43 7 534 112 111
Binary 11101101 10000110 10011010 0 101011 100011 111 101011100 1001010 1001001

Color Harmonies of #ED869A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED869A

Black with #ED869A

Text Example


Text Example

White with #ED869A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED869A; }

 p { color: rgb(237,134,154); }

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

background-color css

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

 a { background-color: rgb(237,134,154); }

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

border-color css

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

 span { border-color: rgb(237,134,154); }

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